Global error handling

  • Thread starter Thread starter John
  • Start date Start date
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
 
Back
Top