Class RateLimitRejectedException
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
RateLimitRejectedException(TimeSpan, string)
public RateLimitRejectedException(TimeSpan retryAfter, string message)
Parameters
RateLimitRejectedException(TimeSpan, string, Exception)
public RateLimitRejectedException(TimeSpan retryAfter, string message, Exception innerException)
Parameters
Properties
RetryAfter
public TimeSpan RetryAfter { get; }