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