Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegate for handling errors processing a list.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Function ListProcessorErrorCallout ( _
list As SPList, _
e As Exception _
) As Boolean
'Usage
Dim instance As New ListProcessorErrorCallout(AddressOf HandlerMethod)
public delegate bool ListProcessorErrorCallout(
SPList list,
Exception e
)
Parameters
- list
Type: Microsoft.SharePoint.SPList
- e
Type: System.Exception
Return Value
Type: System.Boolean
true if the exception should be thrown again; otherwise, false.
Remarks
A delegate of this type can be optionally passed to the ProcessLists method. This delegate will be called if any exception is thrown while processing list.