Initializes a new instance of the RequestTimeoutException class.

Overload List

  NameDescription
Public methodRequestTimeoutException()()()()
Initializes a new instance of the RequestTimeoutException class with default settings.
Public methodRequestTimeoutException(Exception)
Initializes a new instance of the RequestTimeoutException class with a specified error message.
Public methodRequestTimeoutException(CultureInfo)
Initializes a new instance of the RequestTimeoutException class with default settings.
Public methodRequestTimeoutException(String)
Initializes a new instance of the RequestTimeoutException class with a specified error message.
Public methodRequestTimeoutException(CultureInfo, Exception)
Initializes a new instance of the RequestTimeoutException class with a specified error message.
Protected methodRequestTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the RequestTimeoutException class with a specified error message.
Public methodRequestTimeoutException(String, Exception)
Initializes a new instance of the RequestTimeoutException class with a specified error message.

See Also