C# Класс Cinchcast.Roque.Core.ShouldRetryException

If a job throws this exception the Worker will retry.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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