Freigeben über


ExceptionResponseException Konstruktoren

Definition

Überlädt

ExceptionResponseException()

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

ExceptionResponseException(String)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

ExceptionResponseException(String, Exception)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

ExceptionResponseException()

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

public ExceptionResponseException ();
Public Sub New ()

Gilt für:

ExceptionResponseException(String)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

ExceptionResponseException(String, Exception)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: