ReadLinesTimeoutException.ReadLinesTimeoutException

ReadLinesTimeoutException()

Initializes a new instance of the ReadLinesTimeoutException class.

public ReadLinesTimeoutException()

See Also


ReadLinesTimeoutException(string)

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

public ReadLinesTimeoutException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


ReadLinesTimeoutException(string, Exception)

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

public ReadLinesTimeoutException(string message, Exception inner)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionThe exception causing the current exception.

See Also