Class SqlAzureTransientErrorDetectionStrategy
Provides the transient error detection logic for transient faults that are specific to SQL Azure.
Inheritance
System.Object
Namespace: Umbraco.Core.Persistence.FaultHandling.Strategies
Assembly: Umbraco.Core.dll
Syntax
public class SqlAzureTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
Methods
View SourceIsTransient(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.Exception | ex | The exception object to be verified. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified exception is considered as transient; otherwise, false. |