ContentIterator.ItemProcessorErrorCallout delegate

Provides logging information when processing items in a list by using a ContentIterator object.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Delegate Function ItemProcessorErrorCallout ( _
    item As SPListItem, _
    e As Exception _
) As Boolean
'Usage
Dim instance As New ItemProcessorErrorCallout(AddressOf HandlerMethod)
public delegate bool ItemProcessorErrorCallout(
    SPListItem item,
    Exception e
)

Parameters

Return value

Type: System.Boolean
true if the exception should be thrown again; otherwise false.

See also

Reference

Microsoft.Office.Server.Utilities namespace