OpenQA.Selenium.WebDriverException.WebDriverException C# (CSharp) Метод

WebDriverException() публичный Метод

Initializes a new instance of the WebDriverException class.
public WebDriverException ( ) : System
Результат System
        public WebDriverException()
            : base()
        {
        }

Same methods

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