Class NetworkConnectivityErrorDetectionStrategy
Implements a strategy that detects network connectivity errors such as host not found.
Inheritance
System.Object
Namespace: Umbraco.Cms.Persistence.SqlServer.FaultHandling.Strategies
Assembly: Umbraco.Cms.Persistence.SqlServer.dll
Syntax
public class NetworkConnectivityErrorDetectionStrategy : ITransientErrorDetectionStrategy
Methods
View SourceIsTransient(Nullable<Exception>)
Declaration
public bool IsTransient(Exception? ex)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<Exception> | ex |
Returns
Type | Description |
---|---|
System.Boolean |