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.27.2
Syntaxpublic XPathException(
	string message
)
Parameters
- message
 - Type: SystemString
The error message. 
See Also