XPathException Constructor |
Initializes a new instance of the
XPathException class with a specified error message.
Namespace:
DotNetBrowser.Dom.XPath
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public XPathException(
string message
)
Parameters
- message
- Type: SystemString
The error message.
See Also