| TimeoutException Constructor |
Creates a new TimeoutException with the given message.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimeoutException(
string message
)
Public Sub New (
message As String
)
public:
TimeoutException(
String^ message
)
new :
message : string -> TimeoutException
Parameters
- message
- Type: SystemString
message with details about the timeout.
See Also