RelationalEventId.TransactionError Field

Definition

An error has occurred while using. committing, or rolling back a database transaction.

public static readonly Microsoft.Extensions.Logging.EventId TransactionError;
 staticval mutable TransactionError : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly TransactionError As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Transaction category.

This event uses the TransactionErrorEventData payload when used with a DiagnosticSource.

Applies to