TimeoutException

TimeoutException class

Represents the exception that is thrown when the time for operation has expired.

The TimeoutException type exposes the following members:

Constructors

NameDescription
TimeoutException(message)Initializes a new instance of the TimeoutException class
TimeoutException(format, parameters)Initializes a new instance of the TimeoutException class
TimeoutException(format, timeout)Initializes a new instance of the TimeoutException class
TimeoutException(format, command, timeout)Initializes a new instance of the TimeoutException class
TimeoutException()Initializes a new instance of the TimeoutException class.

Properties

NameDescription
error_details

See Also