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)

Syntax

Visual Basic (Declaration)
Function HasException() As Boolean
C#
bool HasException()
C++
bool HasException() abstract 
J#
bool HasException()
JScript
function HasException() : bool

Return Value

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

See Also