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() |
| Visual C++ |
|---|
bool HasException() |
| JavaScript |
|---|
function hasException(); |