Cacthing all aunhandled Exceptions

  • Thread starter Thread starter Boas Enkler
  • Start date Start date
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?
 
Maybe this inabi;ity to catch is caused by your third party dll running
in a different thread.
 
Back
Top