ScheduledEventException
QuantConnect.Scheduling.ScheduledEventException
ScheduledEventException(
name: str, message: str, inner_exception: Exception
)
Bases: Exception
Throw this if there is an exception in the callback function of the scheduled event
ScheduledEventException constructor
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name
|
str
|
The name of the scheduled event |
required |
message
|
str
|
The exception as a string |
required |
inner_exception
|
Exception
|
The exception that is the cause of the current exception |
required |
scheduled_event_name
scheduled_event_name: str
Gets the name of the scheduled event