ObjectStoreErrorRaisedEventArgs
QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs
ObjectStoreErrorRaisedEventArgs(error: Exception)
Bases: EventArgs
Event arguments for the IObjectStore.error_raised event
Initializes a new instance of the ObjectStoreErrorRaisedEventArgs class
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
error
|
Exception
|
The error that was raised |
required |
error
error: Exception
Gets the Exception that was raised