Click or drag to resize
EqualsTestException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the EqualsTestException class.

Namespace: Capgemini.CommonObjectUtils.Testing
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
protected EqualsTestException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization information.
context
Type: System.Runtime.SerializationStreamingContext
The streaming context.
See Also