Lean  $LEAN_TAG$
QuantConnect.Exceptions.ScheduledEventExceptionInterpreter Class Reference

Interprets ScheduledEventException instances More...

Inheritance diagram for QuantConnect.Exceptions.ScheduledEventExceptionInterpreter:
[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

Interprets ScheduledEventException instances

Definition at line 24 of file ScheduledEventExceptionInterpreter.cs.

Member Function Documentation

◆ CanInterpret()

bool QuantConnect.Exceptions.ScheduledEventExceptionInterpreter.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.

◆ Interpret()

Exception QuantConnect.Exceptions.ScheduledEventExceptionInterpreter.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. This provides a link back allowing the inner exceptions to be interpreted using the interpreters configured in the IExceptionInterpreter. Individual implementations may ignore this value if required.
Returns
The interpreted exception

Implements QuantConnect.Exceptions.IExceptionInterpreter.

Definition at line 47 of file ScheduledEventExceptionInterpreter.cs.

Here is the call graph for this function:

Member Data Documentation

◆ Order

int QuantConnect.Exceptions.ScheduledEventExceptionInterpreter.Order => 0

Determines the order that an instance of this class should be called

Definition at line 29 of file ScheduledEventExceptionInterpreter.cs.


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