AK.F1.Timing.UI.App.OnUnhandledException C# (CSharp) 메소드

OnUnhandledException() 개인적인 정적인 메소드

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