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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public DataClassNotFoundException(
	string message,
	string className,
	string objectType = null
)

Parameters

message
Type: SystemString
Exception's message.
className
Type: SystemString
Name of the class that wasn't found.
objectType (Optional)
Type: SystemString
The object type whose class wasn't found.
See Also