Share via


IDbCommandInterceptor.CommandFailed(DbCommand, CommandErrorEventData) Method

Definition

Called when execution of a command has failed with an exception.

public virtual void CommandFailed(System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.Diagnostics.CommandErrorEventData eventData);
public void CommandFailed(System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.Diagnostics.CommandErrorEventData eventData);
abstract member CommandFailed : System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.Diagnostics.CommandErrorEventData -> unit
override this.CommandFailed : System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.Diagnostics.CommandErrorEventData -> unit
abstract member CommandFailed : System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.Diagnostics.CommandErrorEventData -> unit
Public Overridable Sub CommandFailed (command As DbCommand, eventData As CommandErrorEventData)
Public Sub CommandFailed (command As DbCommand, eventData As CommandErrorEventData)

Parameters

command
DbCommand

The command.

eventData
CommandErrorEventData

Contextual information about the command and execution.

Applies to