Click or drag to resize
MissingSQLTypeException Class
Exception raised when unsupported SQL type is encountered.
Inheritance Hierarchy

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

The MissingSQLTypeException type exposes the following members.

Constructors
  NameDescription
Public methodMissingSQLTypeException
Constructor
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets table column name.
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyRecommendedType
Gets or sets supported SQL type.
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Public propertyUnsupportedType
Gets or sets unsupported SQL type.
Top
Methods
See Also