Поделиться через


RelationalLoggerExtensions.ExecuteDeleteFailed Метод

Определение

Регистрирует ExecuteDeleteFailed событие.

public static void ExecuteDeleteFailed (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> diagnostics, Type contextType, Exception exception);
static member ExecuteDeleteFailed : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> * Type * Exception -> unit
<Extension()>
Public Sub ExecuteDeleteFailed (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Query), contextType As Type, exception As Exception)

Параметры

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Query>

Используемое средство ведения журнала диагностика.

contextType
Type

Используемый DbContext тип.

exception
Exception

Исключение, вызвавшее этот сбой.

Применяется к