Share via


RelationalLoggerExtensions.BatchExecutorFailedToRollbackToSavepoint Method

Definition

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)

Parameters

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

The diagnostics logger to use.

contextType
Type

The DbContext type being used.

exception
Exception

The exception that caused this failure.

Applies to