Click or drag to resize
AbstractWrapperInfoTInfo Constructor (SerializationInfo, StreamingContext)
Special constructor is used to deserialize values.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected AbstractWrapperInfo(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialization info
context
Type: System.Runtime.SerializationStreamingContext
Context
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when constructor is used. Serialization is not support within the scope of abstract class.
See Also