Initializes a new instance of the WebDriverExceptionEventArgs class.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public WebDriverExceptionEventArgs( IWebDriver driver, Exception thrownException )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The WebDriver instance throwing the exception.
- thrownException
- Type:
System Exception
The exception thrown by the driver.
See Also