AutoSquirrel.App.App_DispatcherUnhandledException C# (CSharp) Method

App_DispatcherUnhandledException() private method

private App_DispatcherUnhandledException ( object sender, System e ) : void
sender object
e System
return void
        private void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
        {
            ShowUnhandeledException(e);
        }