Version 24.2 (latest)

DataAccessErrorEventArgs Class Properties

For a list of all members of this type, see DataAccessErrorEventArgs members.

Public Properties
 NameDescription
Public PropertyErrorMessageReturns or sets the error message.  
Public PropertyExceptionReturns the exception that was thrown (read-only).  
Public PropertyItemGets the item that the get or set was attempted for (read-only).  
Public PropertyPropertyReturns the name of the property (read-only).  
Public PropertyThrownDuringSetReturns whether the exception was thrown during a 'set' operation (read-only).  
Public PropertyValueReturns the value that was attempting to be set on the property (read-only).  
See Also