InvalidSelectorException Constructor WebDriver
Overload List

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