Class EventSourceServiceCancelledException
Inheritance
EventSourceServiceCancelledException
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
Implements