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);
        }