Class SqlAzureTransientErrorDetectionStrategy
Provides the transient error detection logic for transient faults that are specific to SQL Azure.
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.FaultHandling.Strategies
Assembly: cs.temp.dll.dll
Syntax
public class SqlAzureTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
Methods
IsTransient(Exception)
Determines whether the specified exception represents a transient failure that can be compensated by a retry.
Declaration
public bool IsTransient(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System. |
ex | The exception object to be verified. |
Returns
Type | Description |
---|---|
System. |
true if the specified exception is considered as transient; otherwise, false. |