AlgorithmSetupException
QuantConnect.Lean.Engine.Setup.AlgorithmSetupException
AlgorithmSetupException(message: str)
AlgorithmSetupException(message: str, inner: Exception)
Bases: Exception
Defines an exception generated in the course of invoking IsetupHandler.setup
Initializes a new instance of the AlgorithmSetupException class
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message
|
str
|
The error message |
required |
inner
|
Optional[Exception]
|
The inner exception being wrapped |
None
|