WorkbookError Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkbookError() |
Initialise une nouvelle instance de la classe WorkbookError. |
WorkbookError(String, String, IList<ErrorFieldContract>) |
Initialise une nouvelle instance de la classe WorkbookError. |
WorkbookError()
Initialise une nouvelle instance de la classe WorkbookError.
public WorkbookError ();
Public Sub New ()
S’applique à
WorkbookError(String, String, IList<ErrorFieldContract>)
Initialise une nouvelle instance de la classe WorkbookError.
public WorkbookError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ErrorFieldContract> details = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ErrorFieldContract> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of ErrorFieldContract) = Nothing)
Paramètres
- code
- String
Code d'erreur défini par le service. Ce code sert de sous-état pour le code d'erreur HTTP spécifié dans la réponse.
- message
- String
Représentation contrôlable de visu de l’erreur.
- details
- IList<ErrorFieldContract>
Liste des champs non valides envoyés dans la demande, en cas d’erreur de validation.
S’applique à
Azure SDK for .NET