<PackageReference Include="Polly.Core" Version="8.5.2" />

Polly.ExecutionRejectedException

public abstract class ExecutionRejectedException : Exception
Exception thrown when a policy rejects execution of a delegate. More specific exceptions which derive from this type, are generally thrown.
namespace Polly { public abstract class ExecutionRejectedException : Exception { public virtual ResilienceTelemetrySource TelemetrySource { get; } protected ExecutionRejectedException(); protected ExecutionRejectedException(string message); protected ExecutionRejectedException(string message, Exception inner); protected ExecutionRejectedException(SerializationInfo info, StreamingContext context); } }