Initializes a new instance of the RequestTimeoutException class.
Overload List
Name | Description | |
---|---|---|
RequestTimeoutException()()()() |
Initializes a new instance of the RequestTimeoutException class with default settings.
| |
RequestTimeoutException(Exception) |
Initializes a new instance of the RequestTimeoutException class with a specified error message.
| |
RequestTimeoutException(CultureInfo) |
Initializes a new instance of the RequestTimeoutException class with default settings.
| |
RequestTimeoutException(String) |
Initializes a new instance of the RequestTimeoutException class with a specified error message.
| |
RequestTimeoutException(CultureInfo, Exception) |
Initializes a new instance of the RequestTimeoutException class with a
specified error message.
| |
RequestTimeoutException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RequestTimeoutException class with a
specified error message.
| |
RequestTimeoutException(String, Exception) |
Initializes a new instance of the RequestTimeoutException class with a specified error message.
|