WebDriverException Constructor WebDriver
Overload List

  NameDescription
Public methodWebDriverException 
Initializes a new instance of the WebDriverException class.
Public methodWebDriverException(String)
Initializes a new instance of the WebDriverException class with a specified error message.
Protected methodWebDriverException(SerializationInfo, StreamingContext)
Initializes a new instance of the WebDriverException class with serialized data.
Public methodWebDriverException(String, Exception)
Initializes a new instance of the WebDriverException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also