Click or drag to resize

ServerTcpException Constructor

Initializes a new ServerTcpException isntance.

Namespace:  RW.Server.Tcp
Assembly:  RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public ServerTcpException(
	string reason
)

Parameters

reason
Type: SystemString
Reason of the exception.
See Also