Attempt to retrieve an enumeration property that has a reflective property with no column defined. Class={0}, Enumeration property={1}, Reflective property of enumeration={2} This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly RETRIEVE_NULL_ENUM_COLUMN As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_NULL_ENUM_COLUMN;
C++
public:
 static const ExceptionCode RETRIEVE_NULL_ENUM_COLUMN;
J#
public static final ExceptionCode RETRIEVE_NULL_ENUM_COLUMN
JScript
public static const var RETRIEVE_NULL_ENUM_COLUMN : ExceptionCode;

See Also