Click or drag to resize

ExceptionWebResponse Constructor

Initializes a new instance of the ExceptionWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public ExceptionWebResponse(
	Uri responseUrl,
	WebException exception
)

Parameters

responseUrl
Type: SystemUri
The URL of the response.
exception
Type: System.NetWebException
The exception of the response.
See Also