CoreEventId.SaveChangesCanceled Field

Definition

An error occurred while attempting to save changes to the database.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Update category.

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

Applies to