Table of Contents

Class TimeoutRejectedException

Namespace
Polly.Timeout
Assembly
Polly.dll
public class TimeoutRejectedException : ExecutionRejectedException, ISerializable, _Exception
Inheritance
TimeoutRejectedException
Implements
Inherited Members
Extension Methods

Constructors

TimeoutRejectedException()

public TimeoutRejectedException()

TimeoutRejectedException(string)

public TimeoutRejectedException(string message)

Parameters

message string

TimeoutRejectedException(string, Exception)

public TimeoutRejectedException(string message, Exception innerException)

Parameters

message string
innerException Exception