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 例外狀況的行號。

適用於