Initializes a new instance of the WebSocketException class with serialized data.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected WebSocketException( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type:
System.Runtime.Serialization SerializationInfo
The object that holds the serialized object data.
- context
- Type:
System.Runtime.Serialization StreamingContext
The contextual information about the source or destination.
See Also