System.JSON.Readers.EJsonReaderException

From RAD Studio API Documentation
Revision as of 13:30, 3 November 2015 by Mariac (talk | contribs) (66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.