API:System.JSON.Writers.EJsonWriterException

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Types.EJsonExceptionSystem.SysUtils.ExceptionSystem.TObjectEJsonWriterException

Delphi

EJsonWriterException = class (EJsonException)

C++

class PASCALIMPLEMENTATION EJsonWriterException : public System::Json::Types::EJsonException

Properties

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

Description

Generic exception type for JSON.

System.JSON.Writers.EJsonWriterException inherits from System.JSON.Types.EJsonException. All content below this line refers to System.JSON.Types.EJsonException.

Generic exception type for JSON.

See Also