Table of Contents

Class WebSocketRateLimitedException

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class WebSocketRateLimitedException : Exception, ISerializable
Inheritance
WebSocketRateLimitedException
Implements
Inherited Members

Constructors

WebSocketRateLimitedException(int)

public WebSocketRateLimitedException(int resetAfter)

Parameters

resetAfter int

Properties

ResetAfter

The time in milliseconds after which a payload can be sent again.

public int ResetAfter { get; }

Property Value

int