RestException Constructor

PreStorm - A Data Client for ArcGIS Server REST API
Initializes a new instance of the RestException class.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public RestException(
	string url,
	string request,
	string response,
	string message,
	Exception innerException
)

Parameters

url
Type: SystemString
request
Type: SystemString
response
Type: SystemString
message
Type: SystemString
innerException
Type: SystemException
See Also

Reference