AltitudeAngelWings.UserInterfaceMain.UnhandledException C# (CSharp) Method

UnhandledException() private method

private UnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
return void
        private void UnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
        {
            Debug.WriteLine("Unhandled exception in AA Wings UI thread");
            Debug.WriteLine("{0}", e.Exception);
        }