Lean
$LEAN_TAG$
|
Custom exception class for regression tests More...
Public Member Functions | |
RegressionTestException () | |
Creates a new instance of a RegressionTestException More... | |
RegressionTestException (string message) | |
Creates a new isntance of a RegressionTestException More... | |
RegressionTestException (string message, Exception inner) | |
Creates a new instance of a RegressionTestException More... | |
Custom exception class for regression tests
Definition at line 27 of file RegressionTestException.cs.
QuantConnect.RegressionTestException.RegressionTestException | ( | ) |
Creates a new instance of a RegressionTestException
Definition at line 32 of file RegressionTestException.cs.
QuantConnect.RegressionTestException.RegressionTestException | ( | string | message | ) |
Creates a new isntance of a RegressionTestException
message | Message to be thrown by the exception |
Definition at line 38 of file RegressionTestException.cs.
QuantConnect.RegressionTestException.RegressionTestException | ( | string | message, |
Exception | inner | ||
) |
Creates a new instance of a RegressionTestException
message | Message to be thrown by the exception |
inner | Inner exception thrown |
Definition at line 45 of file RegressionTestException.cs.