Click or drag to resize
ObjectTypeColumnNotFoundException Class
The ObjectTypeColumnNotFoundException is thrown when an object type is without column definition.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineObjectTypeColumnNotFoundException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class ObjectTypeColumnNotFoundException : Exception

The ObjectTypeColumnNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodObjectTypeColumnNotFoundException
Creates a new instance of ObjectTypeColumnNotFoundException.
Protected methodObjectTypeColumnNotFoundException(SerializationInfo, StreamingContext)
Creates a new instance of ObjectTypeColumnNotFoundException.
Public methodObjectTypeColumnNotFoundException(String, Exception)
Creates a new instance of ObjectTypeColumnNotFoundException.
Public methodObjectTypeColumnNotFoundException(String, String)
Creates a new instance of ObjectTypeColumnNotFoundException.
Public methodObjectTypeColumnNotFoundException(String, String, Exception)
Creates a new instance of ObjectTypeColumnNotFoundException.
Top
Properties
  NameDescription
Public propertyObjectType
Gets the object type whose column wasn't found.
Top
See Also