简体   繁体   中英

System.Reflection.TargetInvocationException; need help understanding

这个例外是什么意思,我该怎么做才能解决它?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM