HttpParseException.Line 属性

定义

获取发生错误时正在分析的行的编号。

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

属性值

Int32

发生错误时正在分析的行的编号。 此值是基于 1 的,不是基于 0 的。

适用于