Click or drag to resize

DataDrivenReadException(SerializationInfo, StreamingContext) Constructor

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

Namespace: Ocaramba.Exceptions
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
protected DataDrivenReadException(
	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