[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
[This is preliminary documentation and is subject to change.]
The EventExceptionEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Args |
Gets the event arguments that were passed along to the method.
| |
| EventName |
Gets the name of the event that was being executed during the failure.
| |
| Exception |
Gets the Exception that is being reported.
| |
| FaultingMethod |
Gets the Delegate that was being invoked during the failure.
| |
| Priority |
Gets the Priority at which the event was executing.
| |
| Sender |
Gets the sender parameter of the method being invoked.
|