System.JSON.Builders.EJSONCollectionBuilderError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEJSONCollectionBuilderError

Delphi

EJSONCollectionBuilderError = class(Exception);

C++

class PASCALIMPLEMENTATION EJSONCollectionBuilderError : 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 TJSONCollectionBuilder.

See Also