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

NoSuchWindowException() public méthode

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

Same methods

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