System.JSON.EJSONParseException

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.EJSONExceptionSystem.SysUtils.ExceptionSystem.TObjectEJSONParseException

Delphi

EJSONParseException = class(EJSONException)

C++

class PASCALIMPLEMENTATION EJSONParseException : public EJSONException

Properties

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

Description

JSON exception handler.

System.JSON.EJSONParseException inherits from System.JSON.EJSONException. All content below this line refers to System.JSON.EJSONException.

JSON exception handler.

EJSONException signals a JSON exception, usually generated by parser code.