HttpParseException.Line 属性

定义

获取发生错误时要分析的行数。

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

属性值

发生错误时要分析的行数。 此值基于 1,而不是基于 0。

适用于