Show / Hide Table of Contents

    Class HttpStatusCodeErrorDetectionStrategy

    Inheritance
    Object
    HttpStatusCodeErrorDetectionStrategy
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public class HttpStatusCodeErrorDetectionStrategy : Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy

    Constructors

    HttpStatusCodeErrorDetectionStrategy()

    Declaration
    public HttpStatusCodeErrorDetectionStrategy ();

    Methods

    IsTransient(Exception)

    Declaration
    public bool IsTransient (Exception ex);
    Parameters
    Exception ex

    Returns
    Boolean

    Implements
    ITransientErrorDetectionStrategy.IsTransient(Exception)
    Back to top Azure SDK for Net