Class WebSocketVersionNotSupportedException
- Namespace
- Alis.Core.Network.Exceptions
- Assembly
- Alis.dll
The web socket version not supported exception class
[Serializable]
public class WebSocketVersionNotSupportedException : Exception, ISerializable
Inheritance
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
message
string-
The message
WebSocketVersionNotSupportedException(string, Exception)
Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketVersionNotSupportedException class
public WebSocketVersionNotSupportedException(string message, Exception inner)