ScrapeException Constructor |
Name | Description | |
---|---|---|
ScrapeException |
Initializes a new instance of the ScrapeException class.
| |
ScrapeException(String) |
Initializes a new instance of the ScrapeException class with a specified error message.
| |
ScrapeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ScrapeException class with serialized data.
| |
ScrapeException(String, Exception) |
Initializes a new instance of the ScrapeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
| |
ScrapeException(String, String) |
Initializes a new instance of the ScrapeException class with a specified error message and the HTML in question.
| |
ScrapeException(String, String, Exception) |
Initializes a new instance of the ScrapeException class with a specified error message, the HTML in question and a reference to the inner exception that is the cause of this exception.
|