RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint(IDiagnosticsLogger<DbLoggerCategory.Update>, Type, Exception) Yöntem

Tanım

Olay için BatchExecutorFailedToReleaseSavepoint günlükler.

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)

Parametreler

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Kullanmak için tanılama günlükleyicisi.

contextType
Type

Kullanılan DbContext tür.

exception
Exception

Bu hataya neden olan özel durum.

Şunlara uygulanır