Class RateLimitedException
The exception that is thrown when the user is being rate limited by Discord.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class RateLimitedException : TimeoutException, ISerializable, _Exception
Properties​
Request​
Gets the request object used to send the request.
View Source​
Declaration
public IRequest Request { get; }
Implements​
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception