Table of Contents

Class ExecutionRejectedException

Namespace
Polly
Assembly
Polly.dll
public abstract class ExecutionRejectedException : Exception, ISerializable, _Exception
Inheritance
ExecutionRejectedException
Implements
Derived
Inherited Members
Extension Methods

Constructors

ExecutionRejectedException()

protected ExecutionRejectedException()

ExecutionRejectedException(string)

protected ExecutionRejectedException(string message)

Parameters

message string

ExecutionRejectedException(string, Exception)

protected ExecutionRejectedException(string message, Exception inner)

Parameters

message string
inner Exception