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

RaiseUserException() protected method

Raises the user exception.
protected RaiseUserException ( Exception error ) : void
error System.Exception The error.
return void
        protected void RaiseUserException(Exception error)
        {
            RaiseUserException(this, new WorkerErrorEventArgs(this, error));
        }

Same methods

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