InvalidCookieDomainException Constructor WebDriver
Overload List

  NameDescription
Public methodInvalidCookieDomainException 
Initializes a new instance of the InvalidCookieDomainException class.
Public methodInvalidCookieDomainException(String)
Initializes a new instance of the InvalidCookieDomainException class with a specified error message.
Protected methodInvalidCookieDomainException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidCookieDomainException class with serialized data.
Public methodInvalidCookieDomainException(String, Exception)
Initializes a new instance of the InvalidCookieDomainException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also