ODataMessageWriter.WriteError(ODataError, Boolean) Méthode
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.
Écrit un ODataError en tant que charge utile du message.
public void WriteError (Microsoft.OData.ODataError error, bool includeDebugInformation);
member this.WriteError : Microsoft.OData.ODataError * bool -> unit
Public Sub WriteError (error As ODataError, includeDebugInformation As Boolean)
Paramètres
- error
- ODataError
L'erreur à enregistrer.
- includeDebugInformation
- Boolean
Indicateur indiquant si les informations de débogage (par exemple, l’erreur interne de error
) doivent être incluses dans la charge utile. Cela ne devrait être utilisé que dans les scénarios de débogage.