Initializes a new instance of the UnhandledAlertException class with
a specified error message and alert text.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- message
- Type:
System String
The message that describes the error.
- alertText
- Type:
System String
The text of the unhandled alert.
See Also