The IBatchItemHandle type exposes the following members.

ToggleMethods

Type NameDescription
Public methodGetException
Returns the exception assigned to the batch item.

This is only meaningful after the batch operation has been performed.

Public methodGetObject
Returns the object referenced by this batch item.
Public methodHasException
Indicates whether the batch item has an associated exception.

This is only meaningful after the batch operation has been performed.

ToggleSee Also