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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public DataClassNotFoundException(
	string message,
	string className,
	Exception inner
)

Parameters

message
Type: SystemString
Exception's message.
className
Type: SystemString
Name of the class that wasn't found.
inner
Type: SystemException
Inner exception.
See Also