Class ReadLinesTimeoutException

ReadLinesTimeoutException class

Represents the exception that is thrown when a response from server can not be read within the specified time.

public class ReadLinesTimeoutException : AsposeException

Constructors

NameDescription
ReadLinesTimeoutException()Initializes a new instance of the ReadLinesTimeoutException class.
ReadLinesTimeoutException(string)Initializes a new instance of the ReadLinesTimeoutException class with a specified error message.
ReadLinesTimeoutException(string, Exception)Initializes a new instance of the ReadLinesTimeoutException class with a specified error message.

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also