Method | Description | |
---|---|---|
ShouldRetryException ( System.TimeSpan delay, int maxTimes, |
Creates a ShouldRetryException
|
public ShouldRetryException ( System.TimeSpan delay, int maxTimes, |
||
delay | System.TimeSpan | A delay to wait for next retry |
maxTimes | int | Maximum number of times to retry. |
innerException | the error that caused the job to fail | |
return | System |