Initializes a new instance of the XPathLookupException class with serialized data.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected XPathLookupException( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type:
System.Runtime.Serialization SerializationInfo
TheSerializationInfo that holds the serialized object data about the exception being thrown.
- context
- Type:
System.Runtime.Serialization StreamingContext
TheStreamingContext that contains contextual information about the source or destination.
See Also