Click or drag to resize
IntuitRetryingEventArgs Constructor
Initializes a new instance of the IntuitRetryingEventArgs class.

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public IntuitRetryingEventArgs(
	int currentRetryCount,
	TimeSpan delay,
	Exception lastException
)

Parameters

currentRetryCount
Type: SystemInt32
The current retry attempt count.
delay
Type: SystemTimeSpan
The delay indicating how long the current thread will be suspended for before the next iteration will be invoked.
lastException
Type: SystemException
The exception which caused the retry conditions to occur.
See Also