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)

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.

See also

Reference

SPExceptionEventArgs class

SPExceptionEventArgs members

Microsoft.SharePoint namespace