ArtemisComm.PacketProcessing.conn_ExceptionEncountered C# (CSharp) Method

conn_ExceptionEncountered() static private method

static private conn_ExceptionEncountered ( object sender, ExceptionEventArgs e ) : void
sender object
e ExceptionEventArgs
return void
        void conn_ExceptionEncountered(object sender, ExceptionEventArgs e)
        {
            RaiseExceptionEncountered(e.CapturedException, e.ID);
        }
        #region Client