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()
C++
EngineRuntimeException GetException() abstract 
J#
EngineRuntimeException GetException()
JScript
function GetException() : EngineRuntimeException

Return Value

An EngineRuntimeException object containing the exception assigned to this batch item.

See Also