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.
The exception thrown in the event publisher to be passed to the event subscriber.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As SPExceptionEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
Property Value
Type: System.Exception
A Exception.