DotNetWorkQueue.Queue.WorkerBase.RaiseUserException C# (CSharp) Méthode

RaiseUserException() protected méthode

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

Same methods

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