How to implement one “catch’em all” exception handler with resume?

If you are running a Windows Forms application: add a handler to the Application.ThreadException event.

Leave a Comment