次の方法で共有


ErrorResponseException コンストラクター

定義

オーバーロード

ErrorResponseException()

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

ErrorResponseException(String)

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

ErrorResponseException(String, Exception)

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

ErrorResponseException()

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

public ErrorResponseException ();
Public Sub New ()

適用対象

ErrorResponseException(String)

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

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

パラメーター

message
String

例外メッセージです。

適用対象

ErrorResponseException(String, Exception)

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

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

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象