Click or drag to resize
AbstractCompositeInfo<TInfo> Constructor (SerializationInfo, StreamingContext)
Special constructor is used to deserialize values.

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

Parameters

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