ContentIterator.SiteProcessorErrorCallout 委托
处理错误处理站点的委托。
命名空间: Microsoft.Office.Server.Utilities
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Delegate Function SiteProcessorErrorCallout ( _
site As SPSite, _
e As Exception _
) As Boolean
用法
Dim instance As New SiteProcessorErrorCallout(AddressOf HandlerMethod)
public delegate bool SiteProcessorErrorCallout(
SPSite site,
Exception e
)
参数
- site
类型:Microsoft.SharePoint.SPSite
- e
类型:System.Exception
返回值
类型:System.Boolean
true如果异常应重新引发 ; 否则为false。
备注
这种类型的委托,可以 (可选) 传递给ProcessSites方法。如果处理site时,会引发任何异常,将调用此委托。