System.JSON.Builders.EJSONIteratorError

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EJSONIteratorError = class(Exception);

C++

class PASCALIMPLEMENTATION EJSONIteratorError : public System::Sysutils::Exception

Properties

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

Description

Exception class used by TJSONIterator.

See Also