Aracılığıyla paylaş


RelationalLoggerExtensions.BatchExecutorFailedToRollbackToSavepoint Yöntem

Tanım

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

Parametreler

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Kullanılacak tanılama günlükçü.

contextType
Type

DbContext Kullanılan tür.

exception
Exception

Bu hataya neden olan özel durum.

Şunlara uygulanır