TimeoutException.TimeoutException

TimeoutException(string)

Initializes a new instance of the TimeoutException class.

public TimeoutException(string message)
ParameterTypeDescription
messageStringMessage of an exception

See Also


TimeoutException(string, params object[])

Initializes a new instance of the TimeoutException class.

public TimeoutException(string format, params object[] parameters)
ParameterTypeDescription
formatStringMessage format
parametersObject[]Format parameters

See Also


TimeoutException(string, int)

public TimeoutException(string format, int timeout)

See Also


TimeoutException(string, string, int)

public TimeoutException(string format, string command, int timeout)

See Also


TimeoutException()

Initializes a new instance of the TimeoutException class.

public TimeoutException()

See Also