An attempt was made to put a property value into the properties collection using a generic Java Object. The object is not of a supported type: {0}.

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

ToggleSyntax

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

ToggleSee Also