GSF.ServiceProcess.ServiceHelper.RemotingServer_ClientConnectingException C# (CSharp) Method

RemotingServer_ClientConnectingException() private method

private RemotingServer_ClientConnectingException ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void RemotingServer_ClientConnectingException(object sender, EventArgs<Exception> e)
        {
            UpdateStatus(UpdateType.Alarm, "Error occurred while connecting client to remoting server - {0}\r\n\r\n", e.Argument.Message);
            LogException(e.Argument);
        }
ServiceHelper