InvalidCookieDomainException Constructor (String)WebDriver
Initializes a new instance of the InvalidCookieDomainException class with a specified error message.

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

public InvalidCookieDomainException(
	string message
)

Parameters

message
Type: OnlineSystem String
The message that describes the error.
See Also