RobEmDee
Centurion
I am working back through an application I coded trying enhance the error handling and recovery. In any instance where something really bad has happened and following an error message to the user, I'd like to point the error handling to a global static method that will completely shut down the application. I can think of a few ways to do this, but wanted to solicit some feedback from others on how they handle this in their Windows Forms applications.
Thanks!
Thanks!