Indicates whether the batch item has an associated exception.

This is only meaningful after the batch operation has been performed.

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

ToggleSyntax

Visual Basic (Declaration)
Function HasException As Boolean
C#
bool HasException()
Visual C++
bool HasException()
JavaScript
function hasException();

Return Value

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

ToggleSee Also