Class SecWebSocketKeyMissingException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The sec web socket key missing exception class
[Serializable]
public class SecWebSocketKeyMissingException : Exception, ISerializableInheritance
Implements
Inherited Members
Constructors
SecWebSocketKeyMissingException()
Initializes a new instance of the Alis.Core.Network.Exceptions.SecWebSocketKeyMissingException class
public SecWebSocketKeyMissingException()SecWebSocketKeyMissingException(string)
Initializes a new instance of the Alis.Core.Network.Exceptions.SecWebSocketKeyMissingException class
public SecWebSocketKeyMissingException(string message)Parameters
- messagestring
- 
The message 
SecWebSocketKeyMissingException(string, Exception)
Initializes a new instance of the Alis.Core.Network.Exceptions.SecWebSocketKeyMissingException class
public SecWebSocketKeyMissingException(string message, Exception inner)