Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITransientErrorDetectionStrategy

    Defines an interface which must be implemented by custom components responsible for detecting specific transient conditions.

    Namespace: Umbraco.Cms.Infrastructure.Persistence.FaultHandling
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ITransientErrorDetectionStrategy

    Methods

    View Source

    IsTransient(Exception)

    Determines whether the specified exception represents a transient failure that can be compensated by a retry.

    Declaration
    bool IsTransient(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    The exception object to be verified.

    Returns
    Type Description
    System.Boolean

    True if the specified exception is considered as transient, otherwise false.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsTransient(Exception)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX