XPathLookupException Constructor WebDriver
Overload List

  NameDescription
Public methodXPathLookupException 
Initializes a new instance of the XPathLookupException class.
Public methodXPathLookupException(String)
Initializes a new instance of the XPathLookupException class with a specified error message.
Protected methodXPathLookupException(SerializationInfo, StreamingContext)
Initializes a new instance of the XPathLookupException class with serialized data.
Public methodXPathLookupException(String, Exception)
Initializes a new instance of the XPathLookupException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also