UnexpectedTagNameException Constructor (String)WebDriver
Initializes a new instance of the UnexpectedTagNameException class with a specified error message.

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 message
)
See Also