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)

Syntax

Visual Basic (Declaration)
Public Overridable Function HasExceptions() As Boolean
C#
public virtual bool HasExceptions()
C++
public:
 virtual bool HasExceptions()
J#
public virtual bool HasExceptions()
JScript
public virtual  function HasExceptions() : bool

Return Value

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

See Also