T
thechaosengine
Hi Everyone,
In asp.net you have the Global.asax file that allows you to handle and exceptions
that have slipped through the net in your code. It also allows you to handle
application level events in a central place.
Is there a similar mechanism for dealing with global events and exceptions
in Windows Forms applications?
If not, what would be the best approach to make sure that any erstwhile unhandled
exceptions are caught and dealt with graciously?
Thanks to anyone who can help
Kind regards
tce
In asp.net you have the Global.asax file that allows you to handle and exceptions
that have slipped through the net in your code. It also allows you to handle
application level events in a central place.
Is there a similar mechanism for dealing with global events and exceptions
in Windows Forms applications?
If not, what would be the best approach to make sure that any erstwhile unhandled
exceptions are caught and dealt with graciously?
Thanks to anyone who can help
Kind regards
tce