Lean  $LEAN_TAG$
QuantConnect.RegressionTestException Class Reference

Custom exception class for regression tests More...

Inheritance diagram for QuantConnect.RegressionTestException:
[legend]

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...
 

Detailed Description

Custom exception class for regression tests

Definition at line 27 of file RegressionTestException.cs.

Constructor & Destructor Documentation

◆ RegressionTestException() [1/3]

QuantConnect.RegressionTestException.RegressionTestException ( )

Creates a new instance of a RegressionTestException

Definition at line 32 of file RegressionTestException.cs.

◆ RegressionTestException() [2/3]

QuantConnect.RegressionTestException.RegressionTestException ( string  message)

Creates a new isntance of a RegressionTestException

Parameters
messageMessage to be thrown by the exception

Definition at line 38 of file RegressionTestException.cs.

◆ RegressionTestException() [3/3]

QuantConnect.RegressionTestException.RegressionTestException ( string  message,
Exception  inner 
)

Creates a new instance of a RegressionTestException

Parameters
messageMessage to be thrown by the exception
innerInner exception thrown

Definition at line 45 of file RegressionTestException.cs.


The documentation for this class was generated from the following file: