Event that a Exception has ocurred

  • Thread starter Thread starter Shukow
  • Start date Start date
S

Shukow

Is there a event that a exception in the application
has ocurred, or a similar way to detect this?

I want to write a log file with the exceptions.

Application.ThreadException event disables the normal exception handling,
so i cant use it.
 
AppDomain.UnhandledException event is probably what you're looking for
 

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