System.JSON.Readers.EJsonReaderException.LineNumber
Delphi
property LineNumber: Integer read FLineNumber;
C++
__property int LineNumber = {read=FLineNumber, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | EJsonReaderException |
Description
Number of the line of the JSON file that the JSON reader was parsing when it raised this exception.