OpenQA.Selenium.WebDriverException.WebDriverException C# (CSharp) Method

WebDriverException() public method

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