次の方法で共有


ExceptionResponseException コンストラクター

定義

オーバーロード

ExceptionResponseException()

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

ExceptionResponseException(String)

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

ExceptionResponseException(String, Exception)

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

ExceptionResponseException()

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

public ExceptionResponseException ();
Public Sub New ()

適用対象

ExceptionResponseException(String)

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

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

パラメーター

message
String

例外メッセージです。

適用対象

ExceptionResponseException(String, Exception)

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

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

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象