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