How to catch this type of exceptions ?
Posted
by Lukas Šalkauskas
on Stack Overflow
See other posts from Stack Overflow
or by Lukas Šalkauskas
Published on 2010-05-18T06:40:26Z
Indexed on
2010/05/18
6:50 UTC
Read the original article
Hit count: 270
I'm starting getting tired of this exception. Can't handle it, even so I'm using this:
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
Still no success, Can anyone explain me, how I should handle it in a nice way. Or how to detect that it have fired this message and close the application, because I'm starting it automatically everytime it closes.
© Stack Overflow or respective owner