Compartir a través de


DbCommandInterceptor.CommandFailed(DbCommand, CommandErrorEventData) Método

Definición

Se llama cuando se produce un error en la ejecución de un comando con una excepción.

public virtual 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
Public Overridable Sub CommandFailed (command As DbCommand, eventData As CommandErrorEventData)

Parámetros

command
DbCommand

El comando.

eventData
CommandErrorEventData

Información contextual sobre el comando y la ejecución.

Implementaciones

Se aplica a