Lean  $LEAN_TAG$
QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs Class Reference

Event arguments for the ISubscriptionDataSourceReader.InvalidSource event More...

Inheritance diagram for QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs:
[legend]

Public Member Functions

 InvalidSourceEventArgs (SubscriptionDataSource source, Exception exception)
 Initializes a new instance of the InvalidSourceEventArgs class More...
 

Properties

SubscriptionDataSource Source [get]
 Gets the source that was considered invalid More...
 
Exception Exception [get]
 Gets the exception that was encountered More...
 

Detailed Description

Event arguments for the ISubscriptionDataSourceReader.InvalidSource event

Definition at line 24 of file InvalidSourceEventArgs.cs.

Constructor & Destructor Documentation

◆ InvalidSourceEventArgs()

QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs.InvalidSourceEventArgs ( SubscriptionDataSource  source,
Exception  exception 
)

Initializes a new instance of the InvalidSourceEventArgs class

Parameters
sourceThe source that was considered invalid
exceptionThe exception that was encountered

Definition at line 47 of file InvalidSourceEventArgs.cs.

Property Documentation

◆ Source

SubscriptionDataSource QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs.Source
get

Gets the source that was considered invalid

Definition at line 30 of file InvalidSourceEventArgs.cs.

◆ Exception

Exception QuantConnect.Lean.Engine.DataFeeds.InvalidSourceEventArgs.Exception
get

Gets the exception that was encountered

Definition at line 38 of file InvalidSourceEventArgs.cs.


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