WebDriverExceptionEventArgs Constructor WebDriver
Initializes a new instance of the WebDriverExceptionEventArgs class.

Namespace: OpenQA.Selenium.Support.Events
Assembly: 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: OnlineSystem Exception
The exception thrown by the driver.
See Also