| ReplyTimeoutException Constructor (String) |
Constructs a new ReplyTimeoutException with an error message.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public ReplyTimeoutException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The error message of this exception (can be null).
See Also