TimeoutException Constructor |
| Name | Description | |
|---|---|---|
| TimeoutException |
Initializes a new instance of the TimeoutException class.
| |
| TimeoutException(String) |
Initializes a new instance of the TimeoutException class with a
specified error message.
| |
| 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 a
specified error message and a reference to the inner exception that is
the cause of this exception.
|