DotNetWorkQueue.Queue.WorkerBase.RaiseUserException C# (CSharp) Метод

RaiseUserException() защищенный Метод

Raises the user exception.
protected RaiseUserException ( Exception error ) : void
error System.Exception The error.
Результат void
        protected void RaiseUserException(Exception error)
        {
            RaiseUserException(this, new WorkerErrorEventArgs(this, error));
        }

Same methods

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