InvalidCookieDomainException ClassWebDriver
The exception that is thrown when the users attempts to set a cookie with an invalid domain.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    OpenQA.Selenium WebDriverException
      OpenQA.Selenium InvalidCookieDomainException

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

[SerializableAttribute]
public class InvalidCookieDomainException : WebDriverException
See Also