TimeoutException Constructor (String^)

 

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

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

public:
TimeoutException(
	String^ message
)

Parameters

message
Type: System::String^

Text that describes the type or source of the exception.

.NET Framework
Available since 1.1
Return to top
Show: