ConfigurationException.Line 属性

定义

获取引发此配置异常的配置文件中的行号。

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

属性值

引发此 ConfigurationException 异常的配置文件中的行号。

适用于