Global error handling

J

John

Hi

I have a winform app with try/catch error handling implemented in key areas.
Problem is errors can occur in other areas in situations that I may not
foresee. Is there a way to implemented a global error handler which takes
over if an error occurs that is not caught by other try/catch?

Thanks

Regards
 

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

Similar Threads


Top