Returns the exception assigned to the batch item.
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 GetException As EngineRuntimeException |
| C# |
|---|
EngineRuntimeException GetException() |
| Visual C++ |
|---|
EngineRuntimeException^ GetException() |
| JavaScript |
|---|
function getException(); |