ParseException.Position Property

Definition

Gets the location of the error.

public:
 property int Position { int get(); };
public int Position { get; }
member this.Position : int
Public ReadOnly Property Position As Integer

Property Value

The location where the exception occurred.

Applies to