System.JSON.EJSONException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEJSONException

Delphi

EJSONException = class(Exception);

C++

class PASCALIMPLEMENTATION EJSONException : public System::Sysutils::Exception

Properties

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

Description

JSON exception handler.

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