다음을 통해 공유


ServerFault.ExceptionMessage 속성

정의

서버에서 throw된 예외를 포함하는 예외 메시지를 가져오거나 설정합니다.

public:
 property System::String ^ ExceptionMessage { System::String ^ get(); void set(System::String ^ value); };
public string ExceptionMessage { get; set; }
member this.ExceptionMessage : string with get, set
Public Property ExceptionMessage As String

속성 값

서버에서 throw된 예외를 포함하는 예외 메시지입니다.

적용 대상