LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class EventSourceServiceCancelledException

    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)

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

    EventSourceServiceCancelledException(string, Exception)

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

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX