Hi
I would like to create a custom error handling class and am not sure how to go about it.
Try/Catch statements work however, if I am outside of that statement then the VS2008 debugger comes up.
I would like to create my own class to handle any/every exception so that I can display back to the user what the error is, where it has happened (Form Name), Line Number and a box for them to write in what they...