Lean  $LEAN_TAG$
QuantConnect.InvalidConfigurationDetectedEventArgs Class Reference

Event arguments for the IDataProviderEvents.InvalidConfigurationDetected event More...

Inheritance diagram for QuantConnect.InvalidConfigurationDetectedEventArgs:
[legend]

Public Member Functions

 InvalidConfigurationDetectedEventArgs (Symbol symbol, string message)
 Initializes a new instance of the InvalidConfigurationDetectedEventArgs class More...
 

Properties

string Message [get]
 Gets the error message More...
 
- Properties inherited from QuantConnect.DataProviderEventArgs
Symbol Symbol [get]
 Gets the symbol being processed that generated the event More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.DataProviderEventArgs
 DataProviderEventArgs (Symbol symbol)
 Initializes a new instance of the DataProviderEventArgs class More...
 

Detailed Description

Event arguments for the IDataProviderEvents.InvalidConfigurationDetected event

Definition at line 46 of file DataProviderEvents.cs.

Constructor & Destructor Documentation

◆ InvalidConfigurationDetectedEventArgs()

QuantConnect.InvalidConfigurationDetectedEventArgs.InvalidConfigurationDetectedEventArgs ( Symbol  symbol,
string  message 
)

Initializes a new instance of the InvalidConfigurationDetectedEventArgs class

Parameters
symbolSymbol being processed that generated the event
messageThe error message

Definition at line 58 of file DataProviderEvents.cs.

Property Documentation

◆ Message

string QuantConnect.InvalidConfigurationDetectedEventArgs.Message
get

Gets the error message

Definition at line 51 of file DataProviderEvents.cs.


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