SPExceptionEventArgs class
SharePoint 2013
A [System.EventArgs] class for passing an exception thrown in an event publisher to an event subscriber.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
If a class internally handles an exception but also exposes that exception to interested callers then it can implement a .NET event that is triggered when the exception occurs and callers can subscribe to that event. SPExceptionEventArgs can be passed to the event if the class exposes the exception to the caller.
Show: