ContentIterator.ItemsProcessorErrorCallout 委托

处理错误处理的项列表的委托。

命名空间:  Microsoft.Office.Server.Utilities
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Delegate Function ItemsProcessorErrorCallout ( _
    items As SPListItemCollection, _
    e As Exception _
) As Boolean
用法
Dim instance As New ItemsProcessorErrorCallout(AddressOf HandlerMethod)
public delegate bool ItemsProcessorErrorCallout(
    SPListItemCollection items,
    Exception e
)

参数

返回值

类型:System.Boolean
true如果应再次为引发异常否则为false。

备注

这种类型的委托,可以 (可选) 传递给ProcessListItems方法的某些重载。如果任何异常处理的列表项的页面时,将调用此委托。

另请参阅

引用

Microsoft.Office.Server.Utilities 命名空间