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