NoAlertPresentException Constructor (SerializationInfo, StreamingContext)WebDriver
Initializes a new instance of the NoAlertPresentException class with serialized data.

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

protected NoAlertPresentException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: OnlineSystem.Runtime.Serialization SerializationInfo
The OnlineSerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: OnlineSystem.Runtime.Serialization StreamingContext
The OnlineStreamingContext that contains contextual information about the source or destination.
See Also