Skip to content

BrokerageException

QuantConnect.Brokerages.BrokerageException

BrokerageException(message: str)
BrokerageException(message: str, inner: Exception)

Bases: Exception

Represents an error retuned from a broker's server

Creates a new BrokerageException with the specified message.

Parameters:

Name Type Description Default
message str

The error message that explains the reason for the exception.

required
inner Optional[Exception]

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

None