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

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.

Gets the source of the strategy which has thrown the exception, if known.

Initializes a new instance of the ExecutionRejectedException class.

protected ExecutionRejectedException(string message)

Initializes a new instance of the ExecutionRejectedException class.

protected ExecutionRejectedException(string message, Exception inner)

Initializes a new instance of the ExecutionRejectedException class.