Click or drag to resize
IDNotTranslatedException Class
Thrown when identifier was required and was not translated
Inheritance Hierarchy
System.Object
  System.Exception
    CMS.DataEngine.IDNotTranslatedException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class IDNotTranslatedException : Exception

The IDNotTranslatedException type exposes the following members.

Constructors
  NameDescription
Public methodIDNotTranslatedException
Default constructor
Top
Properties
  NameDescription
Public propertyClassName
Class name of not translated object.
Public propertyCodeName
Code name of not translated object.
Public propertyColumnName
Column name of not translated object.
Public propertyID
Identifier of not translated object.
Top
See Also