JsonException.LineNumber 속성

정의

예외 전에 읽은 줄 수를 0부터 시작합니다.

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

속성 값

예외 전에 읽은 줄 수(0부터 시작)입니다.

적용 대상