This topic has not yet been rated - Rate this topic

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)
public delegate bool ItemProcessorErrorCallout(
	SPListItem item,
	Exception e
)

Parameters

item
Type: Microsoft.SharePoint.SPListItem
The item that caused the processing error.
e
Type: System.Exception
Contains information about the processing error.

Return value

Type: System.Boolean
true if the exception should be thrown again; otherwise false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.