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

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

Parameters

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