Click or drag to resize

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.16.0
Syntax
C#
public XPathException(
	string message
)

Parameters

message
Type: SystemString
The error message.
See Also