SPEventExecutionScopeData.ExecutionExceptions-Eigenschaft
Ruft die kumulierten aufgetretenen Ausnahmen Ereignisempfänger mithilfe des aktuellen Threads ausgeführt.
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; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<Exception>
Die kumulierten Ausnahmen.
Siehe auch
Referenz
SPEventExecutionScopeData Klasse