Class InvalidSelectorException
The exception that is thrown when an element is not visible.
public class InvalidSelectorException : NoSuchElementException, ISerializable
- Inheritance
-
InvalidSelectorException
- Implements
- Inherited Members
Constructors
InvalidSelectorException()
Initializes a new instance of the InvalidSelectorException class.
public InvalidSelectorException()
InvalidSelectorException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidSelectorException class with serialized data.
protected InvalidSelectorException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
InvalidSelectorException(string)
Initializes a new instance of the InvalidSelectorException class with a specified error message.
public InvalidSelectorException(string message)
Parameters
message
stringThe message that describes the error.
InvalidSelectorException(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.
public InvalidSelectorException(string message, Exception innerException)