Lean
$LEAN_TAG$
|
Interprets DllNotFoundPythonExceptionInterpreter instances More...
Public Member Functions | |
bool | CanInterpret (Exception exception) |
Determines if this interpreter should be applied to the specified exception. More... | |
Exception | Interpret (Exception exception, IExceptionInterpreter innerInterpreter) |
Interprets the specified exception into a new exception More... | |
Public Attributes | |
int | Order => 0 |
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 DllNotFoundPythonExceptionInterpreter instances
Definition at line 23 of file DllNotFoundPythonExceptionInterpreter.cs.
bool QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter.CanInterpret | ( | Exception | exception | ) |
Determines if this interpreter should be applied to the specified exception.
exception | The exception to check |
Implements QuantConnect.Exceptions.IExceptionInterpreter.
Definition at line 35 of file DllNotFoundPythonExceptionInterpreter.cs.
Exception QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter.Interpret | ( | Exception | exception, |
IExceptionInterpreter | innerInterpreter | ||
) |
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. |
Implements QuantConnect.Exceptions.IExceptionInterpreter.
Definition at line 47 of file DllNotFoundPythonExceptionInterpreter.cs.
int QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter.Order => 0 |
Determines the order that an instance of this class should be called
Definition at line 28 of file DllNotFoundPythonExceptionInterpreter.cs.