Share via


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)

Syntax

bool IsTransient(
    Exception ex
)
bool IsTransient(
    Exception^ ex
)
abstract IsTransient : 
        ex:Exception -> bool
Function IsTransient (
    ex As Exception
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

ITransientErrorDetectionStrategy Interface
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top