TimeoutException Constructor
.NET Framework 2.0
Initializes a new instance of the TimeoutException class.
| Name | Description |
|---|---|
| TimeoutException () | Initializes a new instance of the TimeoutException class. Supported by the .NET Compact Framework. |
| TimeoutException (String) | Initializes a new instance of the TimeoutException class with the specified error message. Supported by the .NET Compact Framework. |
| TimeoutException (SerializationInfo, StreamingContext) | Initializes a new instance of the TimeoutException class with serialized data. |
| TimeoutException (String, Exception) | Initializes a new instance of the TimeoutException class with the specified error message and inner exception. Supported by the .NET Compact Framework. |