次の方法で共有


NewErrorResponseException コンストラクター

定義

オーバーロード

NewErrorResponseException()

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

NewErrorResponseException(String)

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

NewErrorResponseException(String, Exception)

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

NewErrorResponseException()

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

public NewErrorResponseException ();
Public Sub New ()

適用対象

NewErrorResponseException(String)

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

public NewErrorResponseException (string message);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.NewErrorResponseException : string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.NewErrorResponseException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

NewErrorResponseException(String, Exception)

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

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

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象