Indicates whether the batch item has an associated exception.
Namespace:
FileNet.Api.CoreThis is only meaningful after the batch operation has been performed.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function HasException As Boolean |
C# |
---|
bool HasException() |
Visual C++ |
---|
bool HasException() |
JavaScript |
---|
function hasException(); |