Version

DataAccessErrorEventArgs Class Members

The following tables list the members exposed by DataAccessErrorEventArgs.

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