Condividi tramite


RelationalLoggerExtensions.BatchExecutorFailedToReleaseSavepoint Metodo

Definizione

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)

Parametri

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

Logger di diagnostica da usare.

contextType
Type

Tipo DbContext usato.

exception
Exception

Eccezione che ha causato questo errore.

Si applica a