The indicated constraint is unexpected for the property. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly RETRIEVE_UNEXPECTED_PROP_CONSTRAINT As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_UNEXPECTED_PROP_CONSTRAINT;
C++
public:
 static const ExceptionCode RETRIEVE_UNEXPECTED_PROP_CONSTRAINT;
J#
public static final ExceptionCode RETRIEVE_UNEXPECTED_PROP_CONSTRAINT
JScript
public static const var RETRIEVE_UNEXPECTED_PROP_CONSTRAINT : ExceptionCode;

See Also