|
Lean
$LEAN_TAG$
|
Event arguments for the TextSubscriptionDataSourceReader.ReaderError event. More...
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... | |
Event arguments for the TextSubscriptionDataSourceReader.ReaderError event.
Definition at line 23 of file ReaderErrorEventArgs.cs.
| QuantConnect.Lean.Engine.DataFeeds.ReaderErrorEventArgs.ReaderErrorEventArgs | ( | string | line, |
| Exception | exception | ||
| ) |
Initializes a new instance of the ReaderErrorEventArgs class
| line | The line that caused the error |
| exception | The exception that was caught during the read |
Definition at line 46 of file ReaderErrorEventArgs.cs.
|
get |
Gets the line that caused the error
Definition at line 29 of file ReaderErrorEventArgs.cs.
|
get |
Gets the exception that was caught
Definition at line 37 of file ReaderErrorEventArgs.cs.