Partager via


AnnotationError Constructeurs

Définition

Surcharges

AnnotationError()

Initialise une nouvelle instance de la classe AnnotationError.

AnnotationError(String, String, InnerError)

Initialise une nouvelle instance de la classe AnnotationError.

AnnotationError()

Initialise une nouvelle instance de la classe AnnotationError.

public AnnotationError ();
Public Sub New ()

S’applique à

AnnotationError(String, String, InnerError)

Initialise une nouvelle instance de la classe AnnotationError.

public AnnotationError (string code = default, string message = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.InnerError innererror = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationError : string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.InnerError -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional innererror As InnerError = Nothing)

Paramètres

code
String

Code détaillé et explication de l’erreur

message
String

Message d’erreur

innererror
InnerError

S’applique à