Click or drag to resize
ObjectTypeColumnNotFoundException Constructor (SerializationInfo, StreamingContext)
Creates a new instance of ObjectTypeColumnNotFoundException.

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
SerializationInfo.
context
Type: System.Runtime.SerializationStreamingContext
StreamingContext.
See Also