C# Class DotNetWorkQueue.Configuration.RetryInformation

Contains information about retrying an exception
Inheritance: IRetryInformation
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
RetryInformation ( Type exceptionType, List times ) : System

Initializes a new instance of the RetryInformation class.

Method Details

RetryInformation() public method

Initializes a new instance of the RetryInformation class.
public RetryInformation ( Type exceptionType, List times ) : System
exceptionType System.Type Type of the exception.
times List The retry times.
return System