System.JSON.Writers.EJsonWriterException

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

EJsonWriterException = class (EJsonException)

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers


説明

JSON ライタの使用時に発生する可能性がある例外です。

通常の JSON 例外で知らされる内容に加えて、EJsonWriterException 例外では、エラーが発生した JSON トークンのパスも知ることができます。