Click or drag to resize
TimeoutException Constructor
Creates a new TimeoutException with the given message.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TimeoutException(
	string message
)

Parameters

message
Type: SystemString
message with details about the timeout.
See Also