Exemple #1
0
 static void GlobalExceptionHandlerEvent(object sender, UnhandledExceptionEventArgs args)
 {
     ErrorNotification.EmailError((Exception)args.ExceptionObject);
 }
Exemple #2
0
 static void GlobalExceptionHandlerEvent(object sender, UnhandledExceptionEventArgs args)
 {
     ErrorNotification.WriteErrorToFile((Exception)args.ExceptionObject);
     ErrorNotification.WriteErrorToOutputWindow((Exception)args.ExceptionObject);
 }