Lean
$LEAN_TAG$
|
Represents an error retuned from a broker's server More...
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... | |
Represents an error retuned from a broker's server
Definition at line 23 of file BrokerageException.cs.
QuantConnect.Brokerages.BrokerageException.BrokerageException | ( | string | message | ) |
Creates a new BrokerageException with the specified message.
message | The error message that explains the reason for the exception. |
Definition at line 29 of file BrokerageException.cs.
QuantConnect.Brokerages.BrokerageException.BrokerageException | ( | string | message, |
Exception | inner | ||
) |
Creates a new BrokerageException with the specified message.
message | The error message that explains the reason for the exception. |
inner | The 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.