ConfigurationException.Filename 屬性

定義

取得導致此組態例外狀況擲回的組態檔之路徑。

public:
 virtual property System::String ^ Filename { System::String ^ get(); };
public:
 property System::String ^ Filename { System::String ^ get(); };
public virtual string Filename { get; }
public string Filename { get; }
member this.Filename : string
Public Overridable ReadOnly Property Filename As String
Public ReadOnly Property Filename As String

屬性值

導致此 ConfigurationException 例外狀況擲回的組態檔之路徑。

適用於