WebDriverTimeoutException Constructor WebDriver
Overload List

  NameDescription
Public methodWebDriverTimeoutException 
Initializes a new instance of the WebDriverTimeoutException class.
Public methodWebDriverTimeoutException(String)
Initializes a new instance of the WebDriverTimeoutException class with a specified error message.
Protected methodWebDriverTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the WebDriverTimeoutException class with serialized data.
Public methodWebDriverTimeoutException(String, Exception)
Initializes a new instance of the WebDriverTimeoutException 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