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