Hi,
I have a GpAddin that is occasionally throwing an unhandled exception. Can anyone tell me how I go about capturing it, or the details of the exception?
If you wrap a function in a try...catch then any exceptions are caught by that function, however as soon as the exception leaves that function GP kicks in and closes down. I've tried AppDomain.CurrentDomain.UnhandledException and Application.ThreadException with no luck. As there are a lot of fucntions I dont want to have to wrap each one in a handler.
Thanks
Tim
*This post is locked for comments