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
Name | Description |
---|
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
Name | Description |
---|
ErrorDetails { get; } | Gets extra information aboout error |
override Message { get; } | Gets a message that describes the current exception. |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also