Lean
$LEAN_TAG$
|
Throw this if there is an exception in the callback function of the scheduled event More...
Public Member Functions | |
ScheduledEventException (string name, string message, Exception innerException) | |
ScheduledEventException constructor More... | |
Properties | |
string | ScheduledEventName [get] |
Gets the name of the scheduled event More... | |
Throw this if there is an exception in the callback function of the scheduled event
Definition at line 24 of file ScheduledEventException.cs.
QuantConnect.Scheduling.ScheduledEventException.ScheduledEventException | ( | string | name, |
string | message, | ||
Exception | innerException | ||
) |
ScheduledEventException constructor
name | The name of the scheduled event |
message | The exception as a string |
innerException | The exception that is the cause of the current exception |
Definition at line 37 of file ScheduledEventException.cs.
|
get |
Gets the name of the scheduled event
Definition at line 29 of file ScheduledEventException.cs.