S
Simon Harvey
Hi All,
I'd like to be able to display a nice custom form to the user when any
exceptions occur within my Windows Forms application. In asp.net I would
use the global exception event that yuo can handle in global.asax. Is
there something similar in Windows Forms?
If there isnt something similar, how could I go about catching
exceptions without having to try catch everything I do?
Would a try catch in the Main() method work?
Many thanks
Simon
I'd like to be able to display a nice custom form to the user when any
exceptions occur within my Windows Forms application. In asp.net I would
use the global exception event that yuo can handle in global.asax. Is
there something similar in Windows Forms?
If there isnt something similar, how could I go about catching
exceptions without having to try catch everything I do?
Would a try catch in the Main() method work?
Many thanks
Simon