AK.F1.Timing.UI.App.OnUnhandledException C# (CSharp) Method

OnUnhandledException() private static method

private static OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void
        private static void OnUnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            // TODO create an exception screen.
            Log.Error(e.ExceptionObject);
        }