System.JSON.Readers.EJsonReaderException.LinePosition

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

Delphi

property LinePosition: Integer read FLinePosition;

C++

__property int LinePosition = {read=FLinePosition, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers EJsonReaderException


説明

この例外発生時に JSON リーダーが解析していた、影響を受けた JSON ファイルの影響を受けた内の位置。

関連項目