Class GatewayReconnectException
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
stringThe reason why the gateway has been requested to reconnect.