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

屬性值

伺服器上丟出的例外訊息。

適用於