다음을 통해 공유


ConfigurationException.Filename 속성

정의

이 구성 예외를 throw시킨 구성 파일에 대한 경로를 가져옵니다.

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 예외를 throw시킨 구성 파일에 대한 경로입니다.

적용 대상