The RecordUpdateErrorEventArgs class encapsulates the arguments passed to the RecordUpdateError event handler
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| RecordUpdateErrorEventArgs()()() | Initializes a new instance of the RecordUpdateErrorEventArgs class | |
| CurrentRecord |
Values for the record that is to be or has been deleted
| |
| Database |
The data access object
| |
| Exception |
The exception
| |
| Message |
User defineable message
| |
| Record |
Values that have been changed and are to be applied to the record
|