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