AGS.Editor.Program.Application_ThreadException C# (CSharp) 메소드

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

private static Application_ThreadException ( object sender, System e ) : void
sender object
e System
리턴 void
        private static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
        {
            HandleException(e.Exception);
        }