RelationalLoggerExtensions.ExecuteUpdateFailed Metoda

Definicja

Rejestruje zdarzenie ExecuteUpdateFailed .

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

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Query>

Rejestrator diagnostyczny do użycia.

contextType
Type

Używany DbContext typ.

exception
Exception

Wyjątek, który spowodował ten błąd.

Dotyczy