RequestException.

RequestException(string) Constructor

Summary

Initializes a new instance of the RequestException class.

Syntax

public RequestException(string message)

Parameters

Name Type Description
message string The message that describes the error.

Return Value

Type Description
void