System.JSON.Writers.EJsonWriterException

From RAD Studio API Documentation
Revision as of 13:34, 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.TObjectEJsonWriterException

Delphi

EJsonWriterException = class (EJsonException)

C++

class PASCALIMPLEMENTATION EJsonWriterException : public System::Json::Types::EJsonException

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

Description

Exception that may raise as you use a JSON writer.

In addition to what regular JSON exceptions provide, EJsonWriterException exceptions provide the path to the JSON token where the error occurred.