Bridge

TimeoutException Constructor (String)

Initializes a new instance of the TimeoutException class with the specified error message.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public TimeoutException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
TimeoutException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the error.