LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class EventSourceServiceUnsuccessfulResponseException

    Indicates that the EventSource was able to establish an HTTP connection, but received a non-successful status code.

    Inheritance
    object
    Exception
    EventSourceServiceCancelledException
    EventSourceServiceUnsuccessfulResponseException
    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
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public class EventSourceServiceUnsuccessfulResponseException : EventSourceServiceCancelledException, ISerializable

    Constructors

    EventSourceServiceUnsuccessfulResponseException(int)

    Creates a new instance.

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

    the HTTP status code of the response

    Properties

    StatusCode

    The HTTP status code of the response.

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

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX