OpenQA.Selenium.XPathLookupException.XPathLookupException C# (CSharp) 메소드

XPathLookupException() 공개 메소드

Initializes a new instance of the XPathLookupException class.
public XPathLookupException ( ) : System
리턴 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