ESRI.ArcGIS.Mobile
ColumnErrorCode Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : ColumnErrorCode Enumeration

Error code for column errors.

Syntax

Visual Basic (Declaration) 
Public Enum ColumnErrorCode 
   Inherits Enum
C# 
public enum ColumnErrorCode : Enum 

Members

MemberDescription
UnknownError Unknown error, check GetColumnError for details.
NoError No error
NullValueNotAllowed The column doesn't accept null value.
InvalidType Invalid Type.
InvalidSubtype Invalid subtype code, out of range.
InvalidGeometry Invalid Geometry (null, empty, invalid structure, out of extent, etc.).
InvalidStringLength The string value is either too short or too long.
InvalidDomainValue The value is out of the domain definition.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.ColumnErrorCode

Requirements

Namespace: ESRI.ArcGIS.Mobile

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also