ITransientErrorDetectionStrategy.IsTransient Method (Exception)
Determines whether the specified exception represents a transient failure that can be compensated by a retry.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- ex
-
Type:
System.Exception
The exception object to be verified.
Return Value
Type: System.Booleantrue if the specified exception is considered as transient; otherwise, false.
Show: