AutoWikiBrowser.Program.ApplicationThreadException C# (CSharp) 메소드

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

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