Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码中出现此错误。 有谁知道如何解决这个问题?由于此问题发生在 system.windows.ni.dll 中。
TargetInvocation只是意味着某些东西正在调用反射Invoke,并且被调用的方法引发了异常。真正的问题隐藏在.InnerException. 因此,您应该catch检查异常并检查.InnerException实际出了什么问题。还要看.StackTrace。的.InnerException,看看哪里出错了。
TargetInvocation
Invoke
.InnerException
catch
.StackTrace