Table of Contents

Class GatewayReconnectException

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

The exception thrown when the gateway client has been requested to reconnect.

public class GatewayReconnectException : Exception, ISerializable
Inheritance
GatewayReconnectException
Implements
Inherited Members

Constructors

GatewayReconnectException(string)

Initializes a new instance of the GatewayReconnectException class with the reconnection message.

public GatewayReconnectException(string message)

Parameters

message string

The reason why the gateway has been requested to reconnect.