TimeoutException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the TimeoutException class with the specified message text and inner exception.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
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
Available since 2.0
Show: