Click or drag to resize
IDNotTranslatedException Constructor
Default constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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