FetchTimeoutException.FetchTimeoutException

FetchTimeoutException()

Initializes a new instance of the FetchTimeoutException class.

public FetchTimeoutException()

See Also


FetchTimeoutException(string)

Initializes a new instance of the FetchTimeoutException class with a specified error message.

public FetchTimeoutException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


FetchTimeoutException(string, Exception)

Initializes a new instance of the FetchTimeoutException class with a specified error message.

public FetchTimeoutException(string message, Exception inner)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionThe exception causing the current exception.

See Also