An attempt was made to put a property value in the properties collection using a generic Java Object. The object is not of a supported type. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly API_UNSUPPORTED_PROPERTY_TYPE As ExceptionCode |
C# |
---|
public static readonly ExceptionCode API_UNSUPPORTED_PROPERTY_TYPE; |
C++ |
---|
public: static const ExceptionCode API_UNSUPPORTED_PROPERTY_TYPE; |
J# |
---|
public static final ExceptionCode API_UNSUPPORTED_PROPERTY_TYPE |
JScript |
---|
public static const var API_UNSUPPORTED_PROPERTY_TYPE : ExceptionCode; |
See Also