B
Boas Enkler
Hi
I'd like to have a structure around my application which catches all
unhandled exceptions.
For example, some errors of third party tools, or other assemblies
aren't catched even with a try catch strutcture.
Then I see the typical white .NET Error window.
How may I implement something around so that I may catch all unhandled
errors with Message and StackTrace?
I'd like to have a structure around my application which catches all
unhandled exceptions.
For example, some errors of third party tools, or other assemblies
aren't catched even with a try catch strutcture.
Then I see the typical white .NET Error window.
How may I implement something around so that I may catch all unhandled
errors with Message and StackTrace?