SPExceptionEventArgs class

A [System.EventArgs] class for passing an exception thrown in an event publisher to an event subscriber.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.SharePoint.SPExceptionEventArgs

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SPExceptionEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SPExceptionEventArgs
public class SPExceptionEventArgs : EventArgs

Remarks

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.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPExceptionEventArgs members

Microsoft.SharePoint namespace