Lean  $LEAN_TAG$
QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs Class Reference

Event arguments for the IObjectStore.ErrorRaised event More...

Inheritance diagram for QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs:
[legend]

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

Detailed Description

Event arguments for the IObjectStore.ErrorRaised event

Definition at line 23 of file ObjectStoreErrorRaisedEventArgs.cs.

Constructor & Destructor Documentation

◆ ObjectStoreErrorRaisedEventArgs()

QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs.ObjectStoreErrorRaisedEventArgs ( Exception  error)

Initializes a new instance of the ObjectStoreErrorRaisedEventArgs class

Parameters
errorThe error that was raised

Definition at line 34 of file ObjectStoreErrorRaisedEventArgs.cs.

Property Documentation

◆ Error

Exception QuantConnect.Interfaces.ObjectStoreErrorRaisedEventArgs.Error
get

Gets the Exception that was raised

Definition at line 28 of file ObjectStoreErrorRaisedEventArgs.cs.


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