JsonException.BytePositionInLine Property

Definition

Gets the zero-based number of bytes read within the current line before the exception.

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)

Property Value

The zero-based number of bytes read within the current line before the exception.

Applies to