Lean
$LEAN_TAG$
|
Defines data returned from a web socket error More...
Public Member Functions | |
WebSocketError (string message, Exception exception) | |
Initializes a new instance of the WebSocketError class More... | |
Properties | |
string | Message [get] |
Gets the message More... | |
Exception | Exception [get] |
Gets the exception raised More... | |
Defines data returned from a web socket error
Definition at line 23 of file WebSocketError.cs.
QuantConnect.Brokerages.WebSocketError.WebSocketError | ( | string | message, |
Exception | exception | ||
) |
Initializes a new instance of the WebSocketError class
message | The message |
exception | The error |
Definition at line 40 of file WebSocketError.cs.
|
get |
Gets the message
Definition at line 28 of file WebSocketError.cs.
|
get |
Gets the exception raised
Definition at line 33 of file WebSocketError.cs.