The following tables list the members exposed by DataAccessErrorEventArgs.
Name | Description | |
---|---|---|
![]() | ErrorMessage | Returns or sets the error message. |
![]() | Exception | Returns the exception that was thrown (read-only). |
![]() | Item | Gets the item that the get or set was attempted for (read-only). |
![]() | Property | Returns the name of the property (read-only). |
![]() | ThrownDuringSet | Returns whether the exception was thrown during a 'set' operation (read-only). |
![]() | Value | Returns the value that was attempting to be set on the property (read-only). |