FetchTimeoutException

FetchTimeoutException class

表示在指定时间内无法读取消息时抛出的异常。

public class FetchTimeoutException : AsposeException

构造函数

姓名描述
FetchTimeoutException()初始化FetchTimeoutException类.
FetchTimeoutException(string)初始化FetchTimeoutException具有指定错误消息的类。
FetchTimeoutException(string, Exception)初始化FetchTimeoutException具有指定错误消息的类。

特性

姓名描述
ErrorDetails { get; }获取有关错误的额外信息
override Message { get; }获取描述当前异常的消息。

方法

姓名描述
override ToString()返回代表当前对象的字符串。

也可以看看