Click or drag to resize

WaitTimeoutException(SerializationInfo, StreamingContext) Constructor

Framework to automate tests using Selenium WebDriver
Initializes a new instance of the WaitTimeoutException class.

Namespace: Ocaramba.Exceptions
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
protected WaitTimeoutException(
	SerializationInfo info,
	StreamingContext context
)
Request Example

Parameters

info  SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context  StreamingContext
The StreamingContext that contains contextual information about the source or destination.
See Also