Class WebSocketHandshakeFailedException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The web socket handshake failed exception class
[Serializable]
public class WebSocketHandshakeFailedException : Exception, ISerializable
Inheritance
Implements
Inherited Members
Constructors
WebSocketHandshakeFailedException()
Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketHandshakeFailedException class
public WebSocketHandshakeFailedException()
WebSocketHandshakeFailedException(string)
Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketHandshakeFailedException class
public WebSocketHandshakeFailedException(string message)
Parameters
message
string-
The message
WebSocketHandshakeFailedException(string, Exception)
Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketHandshakeFailedException class
public WebSocketHandshakeFailedException(string message, Exception inner)