System.JSON.Readers.EJsonReaderException
Delphi
EJsonReaderException = class (EJsonException)
C++
class PASCALIMPLEMENTATION EJsonReaderException : public System::Json::EJSONException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | System.JSON.Readers |
Description
Exception that may raise as you use a JSON reader.
In addition to what regular JSON exceptions provide, EJsonReaderException exceptions provide the path to the JSON token, the number of the line and the position within that line that the JSON reader was parsing when it raised the exception.