Why does VS2010 always break on exception from MethodInfo.Invoke?
Posted
by user327216
on Stack Overflow
See other posts from Stack Overflow
or by user327216
Published on 2010-04-27T20:11:37Z
Indexed on
2010/04/27
20:13 UTC
Read the original article
Hit count: 240
I have a try/catch around a MethodInfo.Invoke(o,null), and VS2010 is set to never break on Exceptions, but unfortunately the debugger continues to break inside the Invoked method. The method is static, and I've got the Phone Developer Beta installed.
Is this a bug or developer error?
Thx!!
© Stack Overflow or respective owner