System.JSON.EJSONException

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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.