Class EventSourceServiceUnsuccessfulResponseException
Inheritance
EventSourceServiceUnsuccessfulResponseException
Assembly: LaunchDarkly.EventSource.dll
Syntax
public class EventSourceServiceUnsuccessfulResponseException : EventSourceServiceCancelledException, ISerializable
Constructors
EventSourceServiceUnsuccessfulResponseException(int)
Declaration
public EventSourceServiceUnsuccessfulResponseException(int statusCode)
Parameters
Type |
Name |
Description |
int |
statusCode |
|
Properties
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Implements