System.JSON.Readers.EJsonReaderException

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Types.EJsonExceptionSystem.SysUtils.ExceptionSystem.TObjectEJsonReaderException

Delphi

EJsonReaderException = class (EJsonException)

C++

class PASCALIMPLEMENTATION EJsonReaderException : public System::Json::Types::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.