Bagikan melalui


RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint Metode

Definisi

Log untuk peristiwa tersebut 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)

Parameter

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Pencatat diagnostik yang akan digunakan.

contextType
Type

Jenis yang DbContext digunakan.

exception
Exception

Pengecualian yang menyebabkan kegagalan ini.

Berlaku untuk