Sdílet prostřednictvím


RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint Metoda

Definice

Protokoluje událost BatchExecutorFailedToReleaseSavepoint .

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

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Diagnostický protokolovací nástroj, který se má použít.

contextType
Type

Typ DbContext , který se používá.

exception
Exception

Výjimka, která způsobila toto selhání.

Platí pro