Partager via


IRelationalCommandDiagnosticsLogger.CommandErrorAsync Méthode

Définition

Journaux de l’événement CommandError .

public System.Threading.Tasks.Task CommandErrorAsync (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext? context, Microsoft.EntityFrameworkCore.Diagnostics.DbCommandMethod executeMethod, Guid commandId, Guid connectionId, Exception exception, DateTimeOffset startTime, TimeSpan duration, Microsoft.EntityFrameworkCore.Diagnostics.CommandSource commandSource, System.Threading.CancellationToken cancellationToken = default);
abstract member CommandErrorAsync : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.DbContext * Microsoft.EntityFrameworkCore.Diagnostics.DbCommandMethod * Guid * Guid * Exception * DateTimeOffset * TimeSpan * Microsoft.EntityFrameworkCore.Diagnostics.CommandSource * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CommandErrorAsync (connection As IRelationalConnection, command As DbCommand, context As DbContext, executeMethod As DbCommandMethod, commandId As Guid, connectionId As Guid, exception As Exception, startTime As DateTimeOffset, duration As TimeSpan, commandSource As CommandSource, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

connection
IRelationalConnection

Connexion.

command
DbCommand

Objet de commande de base de données.

context
DbContext

actuellement DbContext utilisé, à null s’il n’est pas connu.

executeMethod
DbCommandMethod

Représente la méthode qui sera appelée pour exécuter la commande.

commandId
Guid

ID de corrélation associé au donné DbCommand.

connectionId
Guid

ID de corrélation associé au DbConnection en cours d’utilisation.

exception
Exception

Exception à l’origine de cet échec.

startTime
DateTimeOffset

Heure à laquelle l’exécution a commencé.

duration
TimeSpan

Durée écoulée jusqu’à ce que l’exception ait été levée.

commandSource
CommandSource

Source de la commande.

cancellationToken
CancellationToken

CancellationToken À observer en attendant la fin de la tâche.

Retours

Task représentant l’opération asynchrone.

Exceptions

S’applique à