DataClassNotFoundException Constructor (String, String, String) |
Creates a new instance of DataClassNotFoundException.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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