AbstractCompositeInfoTInfo Constructor (SerializationInfo, StreamingContext) |
Special constructor is used to deserialize values.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected AbstractCompositeInfo(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
Serialization info - context
- Type: System.Runtime.SerializationStreamingContext
Context
Exceptions Exception | Condition |
---|
NotSupportedException | Thrown when constructor is used. Serialization is not support within the scope of abstract class. |
See Also