DotNetWorkQueue.ASendJobToQueue.JobAlreadyExistsError C# (CSharp) Method

JobAlreadyExistsError() protected abstract method

Return true if the exception indicates that the job already exists.
Used to determine if we should return specific error messages
protected abstract JobAlreadyExistsError ( Exception error ) : bool
error System.Exception The error.
return bool
        protected abstract bool JobAlreadyExistsError(Exception error);