ScrapeException Constructor (String) |
Initializes a new instance of the
ScrapeException class with a specified error message.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public ScrapeException(
string message
)
Public Sub New (
message As String
)
public:
ScrapeException(
String^ message
)
new :
message : string -> ScrapeException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also