ODataOutputContext.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 virtual void WriteError (Microsoft.OData.ODataError odataError, bool includeDebugInformation);
abstract member WriteError : Microsoft.OData.ODataError * bool -> unit
override this.WriteError : Microsoft.OData.ODataError * bool -> unit
Public Overridable Sub WriteError (odataError As ODataError, includeDebugInformation As Boolean)
Paramètres
- odataError
- ODataError
Erreur OData à écrire.
- includeDebugInformation
- Boolean
Indicateur indiquant si les informations de débogage (par exemple, l’erreur interne du odataError
) doivent être incluses dans la charge utile. Cela ne devrait être utilisé que dans les scénarios de débogage.
Remarques
Il est de la responsabilité de cette méthode de vider la sortie avant le retour de la méthode.