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

属性值

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

适用于