Table of Contents

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
object
Exception
IDNotTranslatedException
Extension Methods

Constructors

IDNotTranslatedException(string, string, string, int)

Default constructor

public IDNotTranslatedException(string columnName, string codeName, string className, int id)

Parameters

columnName string

Column name of not translated object

codeName string

Code name of not translated object

className string

Class name of not translated object

id int

Identifier 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