Lean
$LEAN_TAG$
|
Defines an exception generated in the course of invoking ISetupHandler.Setup More...
Public Member Functions | |
AlgorithmSetupException (string message) | |
Initializes a new instance of the AlgorithmSetupException class More... | |
AlgorithmSetupException (string message, Exception inner) | |
Initializes a new instance of the AlgorithmSetupException class More... | |
Defines an exception generated in the course of invoking ISetupHandler.Setup
Definition at line 23 of file AlgorithmSetupException.cs.
QuantConnect.Lean.Engine.Setup.AlgorithmSetupException.AlgorithmSetupException | ( | string | message | ) |
Initializes a new instance of the AlgorithmSetupException class
message | The error message |
Definition at line 29 of file AlgorithmSetupException.cs.
QuantConnect.Lean.Engine.Setup.AlgorithmSetupException.AlgorithmSetupException | ( | string | message, |
Exception | inner | ||
) |
Initializes a new instance of the AlgorithmSetupException class
message | The error message |
inner | The inner exception being wrapped |
Definition at line 39 of file AlgorithmSetupException.cs.