I wonder how can I write a catch\'em all exception handler in the application level which will give the user the option to resume the application f
If you are running a Windows Forms application: add a handler to the Application.ThreadException event.
Application.ThreadException