Lean  $LEAN_TAG$
QuantConnect.Scheduling.ScheduledEventException Class Reference

Throw this if there is an exception in the callback function of the scheduled event More...

Inheritance diagram for QuantConnect.Scheduling.ScheduledEventException:
[legend]

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

Detailed Description

Throw this if there is an exception in the callback function of the scheduled event

Definition at line 24 of file ScheduledEventException.cs.

Constructor & Destructor Documentation

◆ ScheduledEventException()

QuantConnect.Scheduling.ScheduledEventException.ScheduledEventException ( string  name,
string  message,
Exception  innerException 
)

ScheduledEventException constructor

Parameters
nameThe name of the scheduled event
messageThe exception as a string
innerExceptionThe exception that is the cause of the current exception

Definition at line 37 of file ScheduledEventException.cs.

Property Documentation

◆ ScheduledEventName

string QuantConnect.Scheduling.ScheduledEventException.ScheduledEventName
get

Gets the name of the scheduled event

Definition at line 29 of file ScheduledEventException.cs.


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