| 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)
Syntaxbool IsRetryException(
Exception ex
)
Parameters
- ex
- Type: SystemException
The exception object.
Return Value
Type:
Booleantrue if [is parameter (ex) is retry exception]; otherwise,
false.
See Also