Get more error information from unhandled error
- by Andrew Simpson
I am using C# in a desktop application.
I am calling a DLL written in C that I do not have the source code for.
Whenever I call this DLL I get an untrapped error which I trap in an UnhandledException event/delegate.
The error is : object reference not set to an instance of an object
But the stack trace is empty.
When I Googled this the info…