Click or drag to resize
IDNotTranslatedException Class
Thrown when identifier was required and was not translated
Inheritance Hierarchy

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

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.
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyID
Identifier of not translated object.
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also