Class EventSourceServiceCancelledException
General superclass for exceptions that caused the EventSource to disconnect or fail to establish a connection.
Inheritance
EventSourceServiceCancelledException
Implements
Inherited Members
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 |