JsonException.BytePositionInLine プロパティ

定義

例外発生前に現在の行から読み取られたバイト数 (0 から開始) を取得します。

public:
 property Nullable<long> BytePositionInLine { Nullable<long> get(); };
public long? BytePositionInLine { get; }
member this.BytePositionInLine : Nullable<int64>
Public ReadOnly Property BytePositionInLine As Nullable(Of Long)

プロパティ値

Nullable<Int64>

例外の前の現在の行内で読み取られた 0 から始まるバイト数。

適用対象