Lean
$LEAN_TAG$
|
Interprets KeyErrorPythonExceptionInterpreter instances More...
Public Member Functions | |
override bool | CanInterpret (Exception exception) |
Determines if this interpreter should be applied to the specified exception. More... | |
override Exception | Interpret (Exception exception, IExceptionInterpreter innerInterpreter) |
Interprets the specified exception into a new exception More... | |
Public Attributes | |
override int | Order => 0 |
Determines the order that an instance of this class should be called More... | |
Public Attributes inherited from QuantConnect.Exceptions.PythonExceptionInterpreter | |
virtual int | Order => int.MaxValue - 1 |
Determines the order that an instance of this class should be called More... | |
Additional Inherited Members | |
Properties inherited from QuantConnect.Exceptions.IExceptionInterpreter | |
int | Order [get] |
Determines the order that a class that implements this interface should be called More... | |
Interprets KeyErrorPythonExceptionInterpreter instances
Definition at line 26 of file KeyErrorPythonExceptionInterpreter.cs.
|
virtual |
Determines if this interpreter should be applied to the specified exception.
exception | The exception to check |
Reimplemented from QuantConnect.Exceptions.PythonExceptionInterpreter.
Definition at line 38 of file KeyErrorPythonExceptionInterpreter.cs.
|
virtual |
Interprets the specified exception into a new exception
exception | The exception to be interpreted |
innerInterpreter | An interpreter that should be applied to the inner exception. |
Reimplemented from QuantConnect.Exceptions.PythonExceptionInterpreter.
Definition at line 58 of file KeyErrorPythonExceptionInterpreter.cs.
override int QuantConnect.Exceptions.KeyErrorPythonExceptionInterpreter.Order => 0 |
Determines the order that an instance of this class should be called
Definition at line 31 of file KeyErrorPythonExceptionInterpreter.cs.