开发者

System.Reflection.TargetInvocationException; need help understanding

开发者 https://www.devze.com 2023-02-01 06:51 出处:网络
What does开发者_如何学编程 this exception mean, and what can i do to fix it?From MSDN: The exception that is thrown by methods invoked through reflection. This class cannot be inherited.

What does开发者_如何学编程 this exception mean, and what can i do to fix it?


From MSDN:

The exception that is thrown by methods invoked through reflection. This class cannot be inherited.

Try to see what the InnerException says or take a look at the StackTrace to see what happens.

EDIT: Looking at your StackTrace it seems that occurs a problem while creating an element in your XAML. Check InnerException as said before to have more informations.

0

精彩评论

暂无评论...
验证码 换一张
取 消