LoadableComponent T  HandleLoadError Method WebDriver
HandleLoadError gives a subclass the opportunity to handle a WebDriverException that occurred during the execution of ExecuteLoad .

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected virtual void HandleLoadError(
	WebDriverException ex
)
See Also