LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class UnsuccessfulResponseException

    Inheritance
    object
    Exception
    UnsuccessfulResponseException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Internal.Http
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public sealed class UnsuccessfulResponseException : Exception, ISerializable

    Constructors

    UnsuccessfulResponseException(int)

    Declaration
    public UnsuccessfulResponseException(int statusCode)
    Parameters
    Type Name Description
    int statusCode

    Properties

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX