Invalid Reflective property(={0}) specified for Enum Propeorty(={1}). Reflective Property should present in either the "Required Class" or its sub classes. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_INVALID_REFLECTIVE_PROP As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_INVALID_REFLECTIVE_PROP; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_INVALID_REFLECTIVE_PROP; |
J# |
---|
public static final ExceptionCode RETRIEVE_INVALID_REFLECTIVE_PROP |
JScript |
---|
public static const var RETRIEVE_INVALID_REFLECTIVE_PROP : ExceptionCode; |
See Also