Effective exception handling

  • Thread starter Thread starter DT
  • Start date Start date
D

DT

I would like to know what people are using for effective exception handling
in windows forms applications?

I ideally want to log all exceptions raised by my application without try
catch blocks in every method.

The only way I can seen to do this is by subscribing to both the
Application.ThreadException and the AppDomain.UnhandledException.

Any suggestions on what the best way to achieve this?

Many thanks

DT
 

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