AGS.Editor.Program.CurrentDomain_UnhandledException C# (CSharp) Méthode

CurrentDomain_UnhandledException() private static méthode

private static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Résultat void
        private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            HandleException((Exception)e.ExceptionObject);
        }