AK.F1.Timing.UI.App.OnUnhandledException C# (CSharp) Méthode

OnUnhandledException() private static méthode

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