FetchTimeoutException
FetchTimeoutException()
public FetchTimeoutException()
也可以看看
FetchTimeoutException(string)
初始化FetchTimeoutException
具有指定错误消息的类。
public FetchTimeoutException(string message)
范围 | 类型 | 描述 |
---|---|---|
message | String | 描述错误的消息。 |
也可以看看
FetchTimeoutException(string, Exception)
初始化FetchTimeoutException
具有指定错误消息的类。
public FetchTimeoutException(string message, Exception inner)
范围 | 类型 | 描述 |
---|---|---|
message | String | 描述错误的消息。 |
inner | Exception | 导致当前异常的异常。 |