Click or drag to resize
IExtendedRetryIsRetryException Method
Determines whether [is retry exception] [the specified ex].

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
bool IsRetryException(
	Exception ex
)

Parameters

ex
Type: SystemException
The exception object.

Return Value

Type: Boolean
true if [is parameter (ex) is retry exception]; otherwise, false.
See Also