ParseException.Position 属性

定义

获取错误的位置。

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

属性值

Int32

异常发生的位置。

适用于