Lean
$LEAN_TAG$
|
Interprets ClrBubbledException instances More...
Public Member Functions | |
override bool | CanInterpret (Exception exception) |
Determines if this interpreter should be applied to the specified exception. f More... | |
override Exception | Interpret (Exception exception, IExceptionInterpreter innerInterpreter) |
Interprets the specified exception into a new exception More... | |
Public Attributes | |
override int | Order => int.MaxValue - 1 |
Determines the order that an instance of this class should be called More... | |
Public Attributes inherited from QuantConnect.Exceptions.SystemExceptionInterpreter | |
virtual int | Order => int.MaxValue |
Determines the order that an instance of this class should be called More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from QuantConnect.Exceptions.SystemExceptionInterpreter | |
static bool | TryGetLineAndFile (string stackTrace, out string fileAndLine) |
Helper method to get the file and line from a C# stacktrace More... | |
Properties inherited from QuantConnect.Exceptions.IExceptionInterpreter | |
int | Order [get] |
Determines the order that a class that implements this interface should be called More... | |
Interprets ClrBubbledException instances
Definition at line 25 of file ClrBubbledExceptionInterpreter.cs.
|
virtual |
Determines if this interpreter should be applied to the specified exception. f
exception | The exception to check |
Reimplemented from QuantConnect.Exceptions.SystemExceptionInterpreter.
|
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.SystemExceptionInterpreter.
Definition at line 45 of file ClrBubbledExceptionInterpreter.cs.
override int QuantConnect.Exceptions.ClrBubbledExceptionInterpreter.Order => int.MaxValue - 1 |
Determines the order that an instance of this class should be called
Definition at line 30 of file ClrBubbledExceptionInterpreter.cs.