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