IDNotTranslatedException Constructor |
Default constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IDNotTranslatedException(
string columnName,
string codeName,
string className,
int id
)
Parameters
- columnName
- Type: SystemString
Column name of not translated object - codeName
- Type: SystemString
Code name of not translated object - className
- Type: SystemString
Class name of not translated object - id
- Type: SystemInt32
Identifier of not translated object
See Also