ServerFault.ExceptionMessage 属性

定义

获取或设置服务器上引发的异常附带的异常消息。

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

属性值

服务器上引发异常的异常消息。

适用于