Click or drag to resize

ExpectedCountException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ExpectedCountException class.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected ExpectedCountException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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