次の方法で共有


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

プロパティ値

サーバー上でスローされた例外に関連付けられている例外メッセージ。

適用対象