NoSuchElementException Constructor WebDriver
Overload List

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