Indicates whether any of the batch items have an associated exception as a result of the batch retrieval operation.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function HasExceptions As Boolean
C#
public virtual bool HasExceptions()
Visual C++
public:
virtual bool HasExceptions()
JavaScript
function hasExceptions();

Return Value

A Boolean value of True if there is an exception associated with any batch item; otherwise, False.

ToggleSee Also