Table of Contents

Class TimeoutRejectedException

Namespace
Polly.Timeout
Assembly
Polly.dll

Exception thrown when a delegate executed through a TimeoutPolicy does not complete, before the configured timeout.

public class TimeoutRejectedException : ExecutionRejectedException, ISerializable
Inheritance
TimeoutRejectedException
Implements
Inherited Members

Constructors

TimeoutRejectedException()

Initializes a new instance of the TimeoutRejectedException class.

public TimeoutRejectedException()

TimeoutRejectedException(SerializationInfo, StreamingContext)

Initializes a new instance of the TimeoutRejectedException class.

protected TimeoutRejectedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The information.

context StreamingContext

The context.

TimeoutRejectedException(string)

Initializes a new instance of the TimeoutRejectedException class.

public TimeoutRejectedException(string message)

Parameters

message string

The message.

TimeoutRejectedException(string, Exception)

Initializes a new instance of the TimeoutRejectedException class.

public TimeoutRejectedException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.