DataClassNotFoundException Constructor (SerializationInfo, StreamingContext) |
Creates a new instance of DataClassNotFoundException.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected DataClassNotFoundException(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
SerializationInfo. - context
- Type: System.Runtime.SerializationStreamingContext
StreamingContext.
See Also