<PackageReference Include="Polly" Version="5.0.1-v5-0-alpha0001" />

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.

public ExecutionRejectedException(string message)

Initializes a new instance of the ExecutionRejectedException class.

public ExecutionRejectedException(string message, Exception inner)

Initializes a new instance of the ExecutionRejectedException class.

Initializes a new instance of the ExecutionRejectedException class.