  | 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)
Syntaxpublic TimeoutException(
	string message
)
Public Sub New ( 
	message As String
)
public:
TimeoutException(
	String^ message
)
new : 
        message : string -> TimeoutExceptionParameters
- message
 - Type: SystemString
message with details about the timeout. 
See Also