JsonException.BytePositionInLine 属性

定义

获取异常出现之前在当前行读取的从零开始的字节数。

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>

异常之前在当前行中读取的从零开始的字节数。

适用于