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 异常的配置文件的路径。

适用于