The datatype specified for the indicated operator was unexpected. This field is read-only.


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

Syntax

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

See Also