Lean
$LEAN_TAG$
|
Event arguments for the IObjectStore.ErrorRaised event More...
Public Member Functions | |
ObjectStoreErrorRaisedEventArgs (Exception error) | |
Initializes a new instance of the ObjectStoreErrorRaisedEventArgs class More... | |
Properties | |
Exception | Error [get] |
Gets the Exception that was raised More... | |
Event arguments for the IObjectStore.ErrorRaised event
Definition at line 23 of file ObjectStoreErrorRaisedEventArgs.cs.
QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs.ObjectStoreErrorRaisedEventArgs | ( | Exception | error | ) |
Initializes a new instance of the ObjectStoreErrorRaisedEventArgs class
error | The error that was raised |
Definition at line 34 of file ObjectStoreErrorRaisedEventArgs.cs.
|
get |
Gets the Exception that was raised
Definition at line 28 of file ObjectStoreErrorRaisedEventArgs.cs.