Raises the ExceptionThrown event.
Namespace: OpenQA.Selenium.Support.EventsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected virtual void OnException( WebDriverExceptionEventArgs e )
Parameters
- e
- Type: OpenQA.Selenium.Support.Events WebDriverExceptionEventArgs
A WebDriverExceptionEventArgs that contains the event data.
See Also