Class WebSocketHandshakeFailedException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The web socket handshake failed exception class
[Serializable]
public class WebSocketHandshakeFailedException : Exception, ISerializableInheritance
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
messagestring-
The message
WebSocketHandshakeFailedException(string, Exception)
Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketHandshakeFailedException class
public WebSocketHandshakeFailedException(string message, Exception inner)