The classification component is not registered. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly CLASSIFY_COMPONENT_NOT_REGISTERED As ExceptionCode |
C# |
---|
public static readonly ExceptionCode CLASSIFY_COMPONENT_NOT_REGISTERED; |
C++ |
---|
public: static const ExceptionCode CLASSIFY_COMPONENT_NOT_REGISTERED; |
J# |
---|
public static final ExceptionCode CLASSIFY_COMPONENT_NOT_REGISTERED |
JScript |
---|
public static const var CLASSIFY_COMPONENT_NOT_REGISTERED : ExceptionCode; |
See Also