UnexpectedTagNameException Constructor (String, String)WebDriver
Initializes a new instance of the UnexpectedTagNameException class with the expected tag name and the actual tag name.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public UnexpectedTagNameException(
	string expected,
	string actual
)
See Also