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: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
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