Share via


ErrorResponseCommonException Konstruktoren

Definition

Überlädt

ErrorResponseCommonException()

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

ErrorResponseCommonException(String)

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

ErrorResponseCommonException(String, Exception)

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

ErrorResponseCommonException()

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

public ErrorResponseCommonException ();
Public Sub New ()

Gilt für:

ErrorResponseCommonException(String)

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

ErrorResponseCommonException(String, Exception)

Initialisiert eine neue instance der ErrorResponseCommonException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: