Table of Contents

Class SecWebSocketKeyMissingException

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

The sec web socket key missing exception class

[Serializable]
public class SecWebSocketKeyMissingException : Exception, ISerializable

Inheritance

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

message string

The message

SecWebSocketKeyMissingException(string, Exception)

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

public SecWebSocketKeyMissingException(string message, Exception inner)

Parameters

message string

The message

inner Exception

The inner

See Also