C# 클래스 Cinchcast.Roque.Core.ShouldRetryException

If a job throws this exception the Worker will retry.
상속: System.Exception
파일 보기 프로젝트 열기: BlogTalkRadio/Roque 1 사용 예제들

공개 메소드들

메소드 설명
ShouldRetryException ( System.TimeSpan delay, int maxTimes, Exception innerException ) : System

Creates a ShouldRetryException

메소드 상세

ShouldRetryException() 공개 메소드

Creates a ShouldRetryException
public ShouldRetryException ( System.TimeSpan delay, int maxTimes, Exception innerException ) : System
delay System.TimeSpan A delay to wait for next retry
maxTimes int Maximum number of times to retry.
innerException System.Exception the error that caused the job to fail
리턴 System