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.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- message
- Type:
System String
The message for the exception.
- innerException
- Type:
System Exception
The inner exception that is the cause of this exception.
See Also