System.JSON.Types.EJsonException

From RAD Studio API Documentation

EJsonExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

EJsonException = class(Exception)

C++

class PASCALIMPLEMENTATION EJsonException : public System::Sysutils::Exception

Properties

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

Description

Generic exception type for JSON.

See Also