RelationalLoggerExtensions.TransactionError Method

Definition

Logs for the TransactionError event.

C#
public static void TransactionError (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Transaction> diagnostics, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbTransaction transaction, Guid transactionId, string action, Exception exception, DateTimeOffset startTime, TimeSpan duration);

Parameters

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Database.Transaction>

The diagnostics logger to use.

connection
IRelationalConnection

The connection.

transaction
DbTransaction

The transaction.

transactionId
Guid

The correlation ID associated with the DbTransaction.

action
String

The action being taken.

exception
Exception

The exception that represents the error.

startTime
DateTimeOffset

The time that the operation was started.

duration
TimeSpan

The elapsed time from when the operation was started.

Applies to

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0