Class FetchTimeoutException
FetchTimeoutException class
Represents the exception that is thrown when a message can not be read within the specified time.
public class FetchTimeoutException : AsposeException
Constructors
Name | Description |
---|
FetchTimeoutException() | Initializes a new instance of the FetchTimeoutException class. |
FetchTimeoutException(string) | Initializes a new instance of the FetchTimeoutException class with a specified error message. |
FetchTimeoutException(string, Exception) | Initializes a new instance of the FetchTimeoutException 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