Share via


StorageTransientErrorDetectionStrategy.TransientStorageErrorCodeStrings Field

The error code strings that will be used to check for transient errors.

Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public static readonly ReadOnlyCollection<string> TransientStorageErrorCodeStrings
'Declaration
Public Shared ReadOnly TransientStorageErrorCodeStrings As ReadOnlyCollection(Of String)
public:
static initonly ReadOnlyCollection<String^>^ TransientStorageErrorCodeStrings

Field Value

Type: ReadOnlyCollection<String>

See Also

StorageTransientErrorDetectionStrategy Class

StorageTransientErrorDetectionStrategy Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace