Partager via


RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint Méthode

Définition

Journaux de l’événement 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)

Paramètres

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Enregistreur d’diagnostics à utiliser.

contextType
Type

Type DbContext utilisé.

exception
Exception

Exception à l’origine de cet échec.

S’applique à