Table of Contents

Class ServerListenerSocketException

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

The server listener socket exception class

[Serializable]
public class ServerListenerSocketException : Exception, ISerializable

Inheritance

Implements

Inherited Members

Constructors

ServerListenerSocketException()

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

public ServerListenerSocketException()

ServerListenerSocketException(string)

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

public ServerListenerSocketException(string message)

Parameters

message string

The message

ServerListenerSocketException(string, Exception)

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

public ServerListenerSocketException(string message, Exception inner)

Parameters

message string

The message

inner Exception

The inner

See Also