Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grabbing Unhandled Exceptions in Winforms (C#)
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01301455
Message ID:
01301541
Views:
17
Use the Application.ThreadException() to set up a new handler. You can also use the Application.SetUnhandledExceptionMode() to set up a handler as well.

Of course you should have try{}...catch{} around sections of code and not only rely on these global error handlers.

Good luck!

>>>>>>>>Can someone help me with catching an exception on a form in c#? For instance, a button click causes an error, I want a base error handler layer to catch it (I do not want to put try{}...catch{} in every button on a form.

>>>>>>>This has nothing to do with my main(); there isn't a specific problem either.

>>>>>>>>I just want to put my own error handler in place of the default Visual Studio's popup window (which has the Details, Continue and Quit buttons).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform