Click or drag to resize

ScrapeException Constructor (String, String)

Initializes a new instance of the ScrapeException class with a specified error message and the HTML in question.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public ScrapeException(
	string message,
	string html
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
html
Type: SystemString
Contains the HTML text that could not be scraped.
See Also