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

NameDescription
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

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