HandleLoadError gives a subclass the opportunity to handle a WebDriverException that occurred
during the execution of ExecuteLoad .
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected virtual void HandleLoadError( WebDriverException ex )
Parameters
- ex
- Type: OpenQA.Selenium WebDriverException
The exception which occurs on load.
See Also