SPEventExecutionScopeData.ExecutionExceptions property

Gets the accumulated exceptions that have occurred from running event receivers using the current thread.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ExecutionExceptions As ReadOnlyCollection(Of Exception)
    Get
'Usage
Dim instance As SPEventExecutionScopeData
Dim value As ReadOnlyCollection(Of Exception)

value = instance.ExecutionExceptions
public ReadOnlyCollection<Exception> ExecutionExceptions { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Exception>
The accumulated exceptions.

See also

Reference

SPEventExecutionScopeData class

SPEventExecutionScopeData members

Microsoft.SharePoint namespace