Class WebSocketRateLimitedException
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; }