HandshakeException Constructor WebDriver
Overload List

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