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

HandleConnectionLost() private static method

private static HandleConnectionLost ( ) : void
return void
        private static void HandleConnectionLost()
        {
            MessageBox.Show("hMailServer Administrator lost the connection to the hMailServer service.\r\n"+
                         "This may happen for example if the hMailServer service stops or restarts.\r\n" +
                         "\r\n" +
                         "If the stop or restart was unexpected, please review the hMailServer logs.\r\n" +
                         "\r\n" +
                         "Press OK to restart hMailServer Administrator.", EnumStrings.hMailServerAdministrator, MessageBoxButtons.OK, MessageBoxIcon.Error);
             System.Windows.Forms.Application.Restart();
        }