Bugsense.WPF.BugSense.UnhandledException C# (CSharp) Метод

UnhandledException() приватный статический Метод

private static UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Результат void
        private static void UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            if (Debugger.IsAttached) return;
            SendException((Exception) e.ExceptionObject);
        }
    }