LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class EventSourceServiceCancelledException

    General superclass for exceptions that caused the EventSource to disconnect or fail to establish a connection.

    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 EventSourceServiceCancelledException : Exception, ISerializable

    Constructors

    EventSourceServiceCancelledException(string)

    Creates a new instance.

    Declaration
    public EventSourceServiceCancelledException(string message)
    Parameters
    Type Name Description
    string message

    the exception message

    EventSourceServiceCancelledException(string, Exception)

    Creates a new instance with an inner exception.

    Declaration
    public EventSourceServiceCancelledException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    the exception message

    Exception innerException

    the inner exception

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX