System.JSON.Writers.EJsonWriterException

From RAD Studio API Documentation
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.