<PackageReference Include="Polly.Core" Version="8.2.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.

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.