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

NoSuchElementException() public méthode

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

Same methods

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