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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top