Table of Contents

Class RateLimitRejectedException

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

Constructors

RateLimitRejectedException(TimeSpan)

public RateLimitRejectedException(TimeSpan retryAfter)

Parameters

retryAfter TimeSpan

RateLimitRejectedException(TimeSpan, Exception)

public RateLimitRejectedException(TimeSpan retryAfter, Exception innerException)

Parameters

retryAfter TimeSpan
innerException Exception

RateLimitRejectedException(TimeSpan, string)

public RateLimitRejectedException(TimeSpan retryAfter, string message)

Parameters

retryAfter TimeSpan
message string

RateLimitRejectedException(TimeSpan, string, Exception)

public RateLimitRejectedException(TimeSpan retryAfter, string message, Exception innerException)

Parameters

retryAfter TimeSpan
message string
innerException Exception

Properties

RetryAfter

public TimeSpan RetryAfter { get; }

Property Value

TimeSpan