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