OpenQA.Selenium.XPathLookupException.XPathLookupException C# (CSharp) Méthode

XPathLookupException() public méthode

Initializes a new instance of the XPathLookupException class.
public XPathLookupException ( ) : System
Résultat System
        public XPathLookupException()
            : base()
        {
        }

Same methods

XPathLookupException::XPathLookupException ( SerializationInfo info, StreamingContext context ) : System
XPathLookupException::XPathLookupException ( string message ) : System
XPathLookupException::XPathLookupException ( string message, Exception innerException ) : System
XPathLookupException