ContentIterator.WebProcessorErrorCallout 委托

处理错误处理站点的委托。

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

语法

声明
Public Delegate Function WebProcessorErrorCallout ( _
    web As SPWeb, _
    e As Exception _
) As Boolean
用法
Dim instance As New WebProcessorErrorCallout(AddressOf HandlerMethod)
public delegate bool WebProcessorErrorCallout(
    SPWeb web,
    Exception e
)

参数

返回值

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

备注

这种类型的委托,可以 (可选) 传递给ProcessSite方法。如果处理web时,会引发任何异常,将调用此委托。

另请参阅

引用

Microsoft.Office.Server.Utilities 命名空间