Table of Contents

Class RateLimitedException

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class RateLimitedException : Exception, ISerializable
Inheritance
RateLimitedException
Implements
Inherited Members

Constructors

RateLimitedException(long, RateLimitScope)

public RateLimitedException(long reset, RateLimitScope scope)

Parameters

reset long
scope RateLimitScope

Properties

Reset

public long Reset { get; }

Property Value

long

ResetAfter

public long ResetAfter { get; }

Property Value

long

Scope

public RateLimitScope Scope { get; }

Property Value

RateLimitScope