CCT.NUI.StartMenu.App.Current_DispatcherUnhandledException C# (CSharp) Метод

Current_DispatcherUnhandledException() приватный Метод

private Current_DispatcherUnhandledException ( object sender, DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e DispatcherUnhandledExceptionEventArgs
Результат void
        void Current_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
        {
            new ExceptionView(e.Exception).ShowDialog();
            e.Handled = true;
        }
    }