NotFoundException ClassWebDriver
The exception that is thrown when an item is not found.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    OpenQA.Selenium WebDriverException
      OpenQA.Selenium NotFoundException
        OpenQA.Selenium NoAlertPresentException
        OpenQA.Selenium NoSuchElementException
        OpenQA.Selenium NoSuchFrameException
        OpenQA.Selenium NoSuchWindowException

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

[SerializableAttribute]
public class NotFoundException : WebDriverException
See Also