次の方法で共有


ServerFault.ExceptionType プロパティ

定義

サーバーによってスローされた例外の種類を取得または設定します。

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

プロパティ値

サーバーによってスローされた例外の種類。

適用対象