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

RaiseSystemException() protected method

Raises the system exception.
protected RaiseSystemException ( Exception error ) : void
error System.Exception The error.
return void
        protected void RaiseSystemException(Exception error)
        {
            RaiseSystemException(this, new WorkerErrorEventArgs(this, error));
        }
        /// <summary>

Same methods

WorkerBase::RaiseSystemException ( object sender, WorkerErrorEventArgs e ) : void