ConfigurationException.Line 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態檔中擲回此組態例外狀況的行號。
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 例外狀況的行號。