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
)
Public Sub New (
message As String,
html As String
)
public:
ScrapeException(
String^ message,
String^ html
)
new :
message : string *
html : string -> ScrapeException
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