hMailServer.Administrator.Program.currentDomain_UnhandledException C# (CSharp) 메소드

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

static private currentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
리턴 void
        static void currentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            formErrorMessage dialog = new formErrorMessage(e);
             dialog.ShowDialog();

             Instances.MainForm.Repaint();
        }