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부터 시작)입니다.

적용 대상