Click or drag to resize

ScrapeException Constructor

Overload List
  NameDescription
Public methodScrapeException
Initializes a new instance of the ScrapeException class.
Public methodScrapeException(String)
Initializes a new instance of the ScrapeException class with a specified error message.
Protected methodScrapeException(SerializationInfo, StreamingContext)
Initializes a new instance of the ScrapeException class with serialized data.
Public methodScrapeException(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.
Public methodScrapeException(String, String)
Initializes a new instance of the ScrapeException class with a specified error message and the HTML in question.
Public methodScrapeException(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.
Top
See Also