DataClassNotFoundException Constructor (String, String, Exception) |
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,
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