Click or drag to resize

TimeoutException Constructor

Overload List
  NameDescription
Public methodTimeoutException
Initializes a new instance of the TimeoutException class.
Public methodTimeoutException(String)
Initializes a new instance of the TimeoutException class with a specified error message.
Public methodTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the TimeoutException class with serialized data.
Public methodTimeoutException(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.
Top
See Also