Correction to that

  • Thread starter Thread starter GaryDean
  • Start date Start date
G

GaryDean

The actual event I'm subscribing to is...
AppDomain.CurrentDomain.UnhandledException += new
UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);

not the threadexceptioin as I put in the earlier message
 
Not that this should make a difference, but I usually put the
UnhandledException code in the static main class.
 
Back
Top