Partager via


DefaultErrorResponseError Constructeurs

Définition

Surcharges

DefaultErrorResponseError()

Initialise une nouvelle instance de la classe DefaultErrorResponseError.

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

Initialise une nouvelle instance de la classe DefaultErrorResponseError.

DefaultErrorResponseError()

Initialise une nouvelle instance de la classe DefaultErrorResponseError.

public DefaultErrorResponseError ();
Public Sub New ()

S’applique à

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

Initialise une nouvelle instance de la classe DefaultErrorResponseError.

public DefaultErrorResponseError (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseErrorDetailsItem> details = default, string innererror = default);
new Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseError : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseErrorDetailsItem> * string -> Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of DefaultErrorResponseErrorDetailsItem) = Nothing, Optional innererror As String = Nothing)

Paramètres

code
String

Chaîne standardisée pour identifier l’erreur par programmation.

message
String

Description détaillée de l’erreur et informations de débogage.

target
String

Description détaillée de l’erreur et informations de débogage.

innererror
String

Plus d’informations pour déboguer l’erreur.

S’applique à