Lean  $LEAN_TAG$
QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter Class Reference

Interprets DllNotFoundPythonExceptionInterpreter instances More...

Inheritance diagram for QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter:
[legend]

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

Detailed Description

Member Function Documentation

◆ CanInterpret()

bool QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter.CanInterpret ( Exception  exception)

Determines if this interpreter should be applied to the specified exception.

Parameters
exceptionThe exception to check
Returns
True if the exception can be interpreted, false otherwise

Implements QuantConnect.Exceptions.IExceptionInterpreter.

Definition at line 35 of file DllNotFoundPythonExceptionInterpreter.cs.

◆ Interpret()

Exception QuantConnect.Exceptions.DllNotFoundPythonExceptionInterpreter.Interpret ( Exception  exception,
IExceptionInterpreter  innerInterpreter 
)

Interprets the specified exception into a new exception

Parameters
exceptionThe exception to be interpreted
innerInterpreterAn interpreter that should be applied to the inner exception.
Returns
The interpreted exception

Implements QuantConnect.Exceptions.IExceptionInterpreter.

Definition at line 47 of file DllNotFoundPythonExceptionInterpreter.cs.

Member Data Documentation

◆ Order

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.


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