WebSocketException Constructor (Int32, String, Exception)WebDriver
Initializes a new instance of the WebSocketException class with a specified status code, 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(
	int statusCode,
	string message,
	Exception innerException
)

Parameters

statusCode
Type: OnlineSystem Int32
The status code for the exception.
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