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.
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