Table of Contents

Class WebSocketBufferOverflowException

Namespace
Alis.Core.Network.Exceptions
Assembly
Alis.dll

The web socket buffer overflow exception class

[Serializable]
public class WebSocketBufferOverflowException : Exception, ISerializable

Inheritance

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

message string

The message

WebSocketBufferOverflowException(string, Exception)

Initializes a new instance of the Alis.Core.Network.Exceptions.WebSocketBufferOverflowException class

public WebSocketBufferOverflowException(string message, Exception inner)

Parameters

message string

The message

inner Exception

The inner

See Also