ConfigurationException.BareMessage 속성

정의

이 구성 예외가 throw된 이유에 대한 설명을 가져옵니다.

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

속성 값

ConfigurationException 예외가 throw된 이유에 대한 설명입니다.

설명

속성에는 BareMessage 구성 파일의 이름이나 이 예외가 발생한 줄 번호가 ConfigurationException 포함되어 있지 않습니다. 구성 파일의 이름 및 줄 번호가 포함된 메시지와 속성에서 반환된 BareMessage 메시지를 포함하려면 속성을 사용합니다 Message .

적용 대상