Lean  $LEAN_TAG$
QuantConnect.Brokerages.WebSocketError Class Reference

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...
 

Detailed Description

Defines data returned from a web socket error

Definition at line 23 of file WebSocketError.cs.

Constructor & Destructor Documentation

◆ WebSocketError()

QuantConnect.Brokerages.WebSocketError.WebSocketError ( string  message,
Exception  exception 
)

Initializes a new instance of the WebSocketError class

Parameters
messageThe message
exceptionThe error

Definition at line 40 of file WebSocketError.cs.

Property Documentation

◆ Message

string QuantConnect.Brokerages.WebSocketError.Message
get

Gets the message

Definition at line 28 of file WebSocketError.cs.

◆ Exception

Exception QuantConnect.Brokerages.WebSocketError.Exception
get

Gets the exception raised

Definition at line 33 of file WebSocketError.cs.


The documentation for this class was generated from the following file: