CoreEventId.ExecutionStrategyRetrying Field

Definition

A transient exception has been encountered during execution and the operation will be retried.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

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

Applies to