DotNetWorkQueue.Queue.WorkerBase.RaiseSystemMessageException C# (CSharp) Method

RaiseSystemMessageException() protected method

Raises the system message exception.
protected RaiseSystemMessageException ( object sender, MessageErrorEventArgs e ) : void
sender object The sender.
e MessageErrorEventArgs The instance containing the event data.
return void
        protected void RaiseSystemMessageException(object sender, MessageErrorEventArgs e)
        {
            RaiseSystemException(this, new WorkerErrorEventArgs(this, e.Error));
        }