Event arguments for an unhandled async exception. More...
Public Member Functions | |
| ErrorEventArgs (object originalSender, Exception error) | |
| Creates an instance of the object. More... | |
Properties | |
| object | OriginalSender [getprotected set] |
| Reference to the original sender of the event. More... | |
| Exception | Error [getprotected set] |
| Reference to the unhandled async exception object. More... | |
Event arguments for an unhandled async exception.
Definition at line 19 of file Csla/Core/ErrorEventArgs.cs.
| Csla.Core.ErrorEventArgs.ErrorEventArgs | ( | object | originalSender, |
| Exception | error | ||
| ) |
Creates an instance of the object.
| originalSender | Reference to the original sender of the event. |
| error | Reference to the unhandled async exception object. |
Definition at line 39 of file Csla/Core/ErrorEventArgs.cs.
|
getprotected set |
Reference to the unhandled async exception object.
Definition at line 28 of file Csla/Core/ErrorEventArgs.cs.
|
getprotected set |
Reference to the original sender of the event.
Definition at line 24 of file Csla/Core/ErrorEventArgs.cs.