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)

ToggleSyntax

Visual Basic (Declaration)
Function GetException As EngineRuntimeException
C#
EngineRuntimeException GetException()
Visual C++
EngineRuntimeException^ GetException()
JavaScript
function getException();

Return Value

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

ToggleSee Also