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
AppDomain.CurrentDomain.UnhandledException += new
UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
not the threadexceptioin as I put in the earlier message