Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    IsTransient(Nullable<Exception>)

    Declaration
    public bool IsTransient(Exception? ex)
    Parameters
    Type Name Description
    System.Nullable<Exception> ex
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsTransient(Nullable<Exception>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX