RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint Methode

Definition

Protokolle für das BatchExecutorFailedToReleaseSavepoint Ereignis.

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)

Parameter

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Die zu verwendende Diagnose-Protokollierung.

contextType
Type

Der DbContext verwendete Typ.

exception
Exception

Die Ausnahme, die diesen Fehler verursacht hat.

Gilt für: