TimeoutException Constructor (String^, Exception^)

 

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

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

public:
TimeoutException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

Text that describes the type or source of the exception.

innerException
Type: System::Exception^

The exception that caused the current exception.

.NET Framework
Available since 2.0
Return to top
Show: