An attempt was made to get the current page or element count before moving past the last page. This field is read-only.


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

Syntax

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

See Also