示例#1
0
 private static void CurrentDomainOnUnhandledException(object sender,
                                                       UnhandledExceptionEventArgs unhandledExceptionEventArgs)
 {
     CrashHelper.ReportCrash((Exception)unhandledExceptionEventArgs.ExceptionObject);
 }
示例#2
0
 private static void ApplicationOnThreadException(object sender,
                                                  ThreadExceptionEventArgs threadExceptionEventArgs)
 {
     CrashHelper.ReportCrash(threadExceptionEventArgs.Exception);
 }