Class IDNotTranslatedException
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Thrown when identifier was required and was not translated
[Obsolete("Class was not intended for public use and will be removed.")]
[ObsoleteSince(30, 1)]
public class IDNotTranslatedException : Exception
- Inheritance
-
objectExceptionIDNotTranslatedException
- Extension Methods
Constructors
IDNotTranslatedException(string, string, string, int)
Default constructor
public IDNotTranslatedException(string columnName, string codeName, string className, int id)
Parameters
columnName
stringColumn name of not translated object
codeName
stringCode name of not translated object
className
stringClass name of not translated object
id
intIdentifier of not translated object
Properties
ClassName
Class name of not translated object.
public string ClassName { get; }
Property Value
- string
CodeName
Code name of not translated object.
public string CodeName { get; }
Property Value
- string
ColumnName
Column name of not translated object.
public string ColumnName { get; }
Property Value
- string
ID
Identifier of not translated object.
public int ID { get; }
Property Value
- int