ITransientErrorDetectionStrategy.IsTransient Method (Exception)

 

Determines whether the specified exception represents a transient failure that can be compensated by a retry.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

bool IsTransient(
	Exception ex
)

Parameters

ex
Type: System.Exception

The exception object to be verified.

Return Value

Type: System.Boolean

true if the specified exception is considered as transient; otherwise, false.

Return to top
Show: