Partager via


AnnotationErrorException Constructeurs

Définition

Surcharges

AnnotationErrorException()

Initialise une nouvelle instance de la classe AnnotationErrorException.

AnnotationErrorException(String)

Initialise une nouvelle instance de la classe AnnotationErrorException.

AnnotationErrorException(String, Exception)

Initialise une nouvelle instance de la classe AnnotationErrorException.

AnnotationErrorException()

Initialise une nouvelle instance de la classe AnnotationErrorException.

public AnnotationErrorException ();
Public Sub New ()

S’applique à

AnnotationErrorException(String)

Initialise une nouvelle instance de la classe AnnotationErrorException.

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)

Paramètres

message
String

Message d'exception.

S’applique à

AnnotationErrorException(String, Exception)

Initialise une nouvelle instance de la classe AnnotationErrorException.

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)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à