Returns the exception assigned to the batch item.
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 GetException() As EngineRuntimeException |
C# |
---|
EngineRuntimeException GetException() |
C++ |
---|
EngineRuntimeException GetException() abstract |
J# |
---|
EngineRuntimeException GetException() |
JScript |
---|
function GetException() : EngineRuntimeException |
Return Value
An
object containing the exception assigned to this batch item.