UnexpectedTagNameException Constructor WebDriver
Overload List

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