private static void CurrentDomainOnUnhandledException(object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs) { CrashHelper.ReportCrash((Exception)unhandledExceptionEventArgs.ExceptionObject); }
private static void ApplicationOnThreadException(object sender, ThreadExceptionEventArgs threadExceptionEventArgs) { CrashHelper.ReportCrash(threadExceptionEventArgs.Exception); }