There was an unexpected number of child elements in the FROM clause. 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_BAD_CHILD_COUNT As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_PARSE_BAD_CHILD_COUNT;
C++
public:
 static const ExceptionCode RETRIEVE_PARSE_BAD_CHILD_COUNT;
J#
public static final ExceptionCode RETRIEVE_PARSE_BAD_CHILD_COUNT
JScript
public static const var RETRIEVE_PARSE_BAD_CHILD_COUNT : ExceptionCode;

See Also