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

Event arguments for the TextSubscriptionDataSourceReader.ReaderError event. More...

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

Public Member Functions

 ReaderErrorEventArgs (string line, Exception exception)
 Initializes a new instance of the ReaderErrorEventArgs class More...
 

Properties

string Line [get]
 Gets the line that caused the error More...
 
Exception Exception [get]
 Gets the exception that was caught More...
 

Detailed Description

Event arguments for the TextSubscriptionDataSourceReader.ReaderError event.

Definition at line 23 of file ReaderErrorEventArgs.cs.

Constructor & Destructor Documentation

◆ ReaderErrorEventArgs()

QuantConnect.Lean.Engine.DataFeeds.ReaderErrorEventArgs.ReaderErrorEventArgs ( string  line,
Exception  exception 
)

Initializes a new instance of the ReaderErrorEventArgs class

Parameters
lineThe line that caused the error
exceptionThe exception that was caught during the read

Definition at line 46 of file ReaderErrorEventArgs.cs.

Property Documentation

◆ Line

string QuantConnect.Lean.Engine.DataFeeds.ReaderErrorEventArgs.Line
get

Gets the line that caused the error

Definition at line 29 of file ReaderErrorEventArgs.cs.

◆ Exception

Exception QuantConnect.Lean.Engine.DataFeeds.ReaderErrorEventArgs.Exception
get

Gets the exception that was caught

Definition at line 37 of file ReaderErrorEventArgs.cs.


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