次の方法で共有


ResponseWithErrorException コンストラクター

定義

オーバーロード

ResponseWithErrorException()

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

ResponseWithErrorException(String)

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

ResponseWithErrorException(String, Exception)

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

ResponseWithErrorException()

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

public ResponseWithErrorException ();
Public Sub New ()

適用対象

ResponseWithErrorException(String)

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

public ResponseWithErrorException (string message);
new Microsoft.Azure.Management.Monitor.Models.ResponseWithErrorException : string -> Microsoft.Azure.Management.Monitor.Models.ResponseWithErrorException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

ResponseWithErrorException(String, Exception)

ResponseWithErrorException クラスの新しいインスタンスを初期化します。

public ResponseWithErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.Monitor.Models.ResponseWithErrorException : string * Exception -> Microsoft.Azure.Management.Monitor.Models.ResponseWithErrorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象