WebSocketException Constructor (String, Exception)WebDriver
Initializes a new instance of the WebSocketException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

public WebSocketException(
	string message,
	Exception innerException
)

Parameters

message
Type: OnlineSystem String
The message for the exception.
innerException
Type: OnlineSystem Exception
The inner exception that is the cause of this exception.
See Also