System.JSON.Writers.EJsonWriterException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

EJsonWriterException = class (EJsonException)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers


Beschreibung

Exception, die bei der Verwendung eines JSON-Writers ausgelöst werden kann.

Zusätzlich zu den Merkmalen, die reguläre JSON-Exceptions bereitstellen, enthalten EJsonWriterException-Exceptions auch den Pfad zum JSON-Token, bei dem der Fehler auftrat.