This documentation is for the old version. Go to the latest Graphics Mill docs

TimeoutException Constructor

Initializes a new instance of TimeoutException class.

Overload List

Name Description
Public method TimeoutException()

Initializes a new instance of TimeoutException class.

Public method TimeoutException(String)

Initializes a new instance of the TimeoutException class with a specified error message.

Public method TimeoutException(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.

See Also

Reference