| IntuitRetryingEventArgs Constructor |
Namespace:
Intuit.Ipp.Retry
Assembly:
Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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