Class GatewayReconnectException
当网关客户端被请求重新连接时引发的异常。
public class GatewayReconnectException : Exception, ISerializable
- Inheritance
-
GatewayReconnectException
- Implements
- Inherited Members
Constructors
GatewayReconnectException(string)
初始化一个带有重新连接消息的 GatewayReconnectException 类的新实例。
public GatewayReconnectException(string message)
Parameters
message
string包含要求客户端重新连接原因的消息。