Share via


ResponseWithErrorException Konstruktoren

Definition

Überlädt

ResponseWithErrorException()

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

ResponseWithErrorException(String)

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

ResponseWithErrorException(String, Exception)

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

ResponseWithErrorException()

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

public ResponseWithErrorException ();
Public Sub New ()

Gilt für:

ResponseWithErrorException(String)

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

ResponseWithErrorException(String, Exception)

Initialisiert eine neue instance der ResponseWithErrorException-Klasse.

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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: