Méthode ODataMessageWriter.WriteErrorAsync
Écrit de façon asynchrone ODataError comme charge de message.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function WriteErrorAsync ( _
error As ODataError, _
includeDebugInformation As Boolean _
) As Task
'Utilisation
Dim instance As ODataMessageWriter
Dim error As ODataError
Dim includeDebugInformation As Boolean
Dim returnValue As Task
returnValue = instance.WriteErrorAsync(error, _
includeDebugInformation)
public Task WriteErrorAsync(
ODataError error,
bool includeDebugInformation
)
public:
Task^ WriteErrorAsync(
ODataError^ error,
bool includeDebugInformation
)
member WriteErrorAsync :
error:ODataError *
includeDebugInformation:bool -> Task
public function WriteErrorAsync(
error : ODataError,
includeDebugInformation : boolean
) : Task
Paramètres
- error
Type : Microsoft.Data.OData.ODataError
Erreur à écrire.
- includeDebugInformation
Type : System.Boolean
Balise qui indique si les informations de débogage (par exemple, l'erreur interne provenant de error) doivent être incluses dans la charge.Cela doit être uniquement utilisé dans les scénarios de débogage.
Valeur de retour
Type : System.Threading.Tasks.Task
Tâche qui représente l'opération asynchrone d'écriture de l'erreur.