Table of Contents

Class RateLimitedException

Namespace
Discord.Net
Assembly
Discord.Net.Core.dll

The exception that is thrown when the user is being rate limited by Discord.

public class RateLimitedException : TimeoutException, ISerializable
Inheritance
RateLimitedException
Implements
Inherited Members

Constructors

RateLimitedException(IRequest)

Initializes a new instance of the RateLimitedException class using the request sent.

public RateLimitedException(IRequest request)

Parameters

request IRequest

Properties

Request

Gets the request object used to send the request.

public IRequest Request { get; }

Property Value

IRequest