Class RateLimitedException
public class RateLimitedException : Exception, ISerializable
- Inheritance
-
RateLimitedException
- Implements
- Inherited Members
Constructors
RateLimitedException(long, RateLimitScope)
public RateLimitedException(long reset, RateLimitScope scope)
Parameters
reset
longscope
RateLimitScope
Properties
Reset
public long Reset { get; }
Property Value
ResetAfter
public long ResetAfter { get; }
Property Value
Scope
public RateLimitScope Scope { get; }