Indicates whether the batch item has an associated exception.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
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
value of
if there is an exception associated with the batch item; otherwise,
.