| ServerTcpException Constructor |
Namespace: RW.Server.TcpAssembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public ServerTcpException(
string reason
)
Public Sub New (
reason As String
)
public:
ServerTcpException(
String^ reason
)
Parameters
- reason
- Type: SystemString
Reason of the exception.
See Also