Freigeben über


AnnotationErrorException Konstruktoren

Definition

Überlädt

AnnotationErrorException()

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

AnnotationErrorException(String)

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

AnnotationErrorException(String, Exception)

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

AnnotationErrorException()

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

public AnnotationErrorException ();
Public Sub New ()

Gilt für:

AnnotationErrorException(String)

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

AnnotationErrorException(String, Exception)

Initialisiert eine neue instance der AnnotationErrorException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: