An attempt was made to create an enum with a value that is not allowed for this enum. The invalid value is {0}.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly E_INVALID_ENUM_VALUE As ExceptionCode
C#
public static readonly ExceptionCode E_INVALID_ENUM_VALUE
Visual C++
public:
static initonly ExceptionCode^ E_INVALID_ENUM_VALUE
JavaScript
FileNet.Api.Exception.ExceptionCode.e_INVALID_ENUM_VALUE

ToggleSee Also