hMailServer.Administrator.Program.currentDomain_UnhandledException C# (CSharp) Method

currentDomain_UnhandledException() static private method

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

             Instances.MainForm.Repaint();
        }