共用方式為


RelationalLoggerExtensions.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)

參數

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Update>

要使用的診斷記錄器。

contextType
Type

DbContext所使用的型別。

exception
Exception

造成此失敗的例外狀況。

適用於