ArtemisComm.PacketProcessing.RaiseExceptionEncountered C# (CSharp) Method

RaiseExceptionEncountered() static private method

static private RaiseExceptionEncountered ( Exception e, System.Guid id ) : void
e System.Exception
id System.Guid
return void
        void RaiseExceptionEncountered(Exception e, Guid id)
        {
            OnEvent(ExceptionEncountered, new ExceptionEventArgs(e, id));

        }
        public event EventHandler<ConnectionEventArgs> Connected;