UnableToSetCookieException Constructor WebDriver
Overload List

  NameDescription
Public methodUnableToSetCookieException 
Initializes a new instance of the UnableToSetCookieException class.
Public methodUnableToSetCookieException(String)
Initializes a new instance of the UnableToSetCookieException class with a specified error message.
Protected methodUnableToSetCookieException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnableToSetCookieException class with serialized data.
Public methodUnableToSetCookieException(String, Exception)
Initializes a new instance of the UnableToSetCookieException 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