FetchTimeoutException

FetchTimeoutException()

初始化FetchTimeoutException类.

public FetchTimeoutException()

也可以看看


FetchTimeoutException(string)

初始化FetchTimeoutException具有指定错误消息的类。

public FetchTimeoutException(string message)
范围类型描述
messageString描述错误的消息。

也可以看看


FetchTimeoutException(string, Exception)

初始化FetchTimeoutException具有指定错误消息的类。

public FetchTimeoutException(string message, Exception inner)
范围类型描述
messageString描述错误的消息。
innerException导致当前异常的异常。

也可以看看