Lean  $LEAN_TAG$
QuantConnect.Brokerages.BrokerageException Class Reference

Represents an error retuned from a broker's server More...

Inheritance diagram for QuantConnect.Brokerages.BrokerageException:
[legend]

Public Member Functions

 BrokerageException (string message)
 Creates a new BrokerageException with the specified message. More...
 
 BrokerageException (string message, Exception inner)
 Creates a new BrokerageException with the specified message. More...
 

Detailed Description

Represents an error retuned from a broker's server

Definition at line 23 of file BrokerageException.cs.

Constructor & Destructor Documentation

◆ BrokerageException() [1/2]

QuantConnect.Brokerages.BrokerageException.BrokerageException ( string  message)

Creates a new BrokerageException with the specified message.

Parameters
messageThe error message that explains the reason for the exception.

Definition at line 29 of file BrokerageException.cs.

◆ BrokerageException() [2/2]

QuantConnect.Brokerages.BrokerageException.BrokerageException ( string  message,
Exception  inner 
)

Creates a new BrokerageException with the specified message.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Definition at line 39 of file BrokerageException.cs.


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