SPExceptionEventArgs.Exception Property
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.