An attempt was made to create an enum with a value that is not allowed for this enum. This field is read-only.


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

Syntax

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

See Also