RequestTimeoutException Constructor | 
| Name | Description | |
|---|---|---|
| RequestTimeoutException | 
            Constructs a RequestTimeoutException with no detail message.
              | |
| RequestTimeoutException(Exception) | 
            Construct a RequestTimeoutException from an Exception
            object.
              | |
| RequestTimeoutException(String) | 
            Constructs a RequestTimeoutException with the specified detail
            message.
              | |
| RequestTimeoutException(SerializationInfo, StreamingContext) | 
            Construct a RequestTimeoutException class with serialized data.
              | |
| RequestTimeoutException(String, Exception) | 
            Construct a RequestTimeoutException from a Exception
            object and an additional description.
              |