AGS.Editor.Program.CurrentDomain_UnhandledException C# (CSharp) Метод

CurrentDomain_UnhandledException() приватный статический Метод

private static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Результат void
        private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            HandleException((Exception)e.ExceptionObject);
        }