Click or drag to resize
IntuitRetryPolicyExtendedRetryException Property
Gets or sets the extended exception retry strategy.

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 IExtendedRetry ExtendedRetryException { get; set; }

Property Value

Type: IExtendedRetry
The extended exception retry strategy.
See Also