SPExceptionEventArgs Members
Include Protected Members
Include Inherited Members
A [System.EventArgs] class for passing an exception thrown in an event publisher to an event subscriber.
The SPExceptionEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExceptionEventArgs | Initializes a new instance of the [Microsoft.SharePoint.SPExceptionEventArgs] class. |
Top
Properties
Name | Description | |
---|---|---|
Exception | The exception thrown in the event publisher to be passed to the event subscriber. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top