RateLimitRejectedException public class RateLimitRejectedException : ExecutionRejectedException Documentation Code public TimeSpan RetryAfter { get; } public RateLimitRejectedException(TimeSpan retryAfter) public RateLimitRejectedException(TimeSpan retryAfter, Exception innerException) public RateLimitRejectedException(TimeSpan retryAfter, string message) public RateLimitRejectedException(TimeSpan retryAfter, string message, Exception innerException) protected RateLimitRejectedException(SerializationInfo info, StreamingContext context)