InvalidItemExceptionArgs Properties
Contains data for the command bound to the GridViewBase.InvalidRowExceptionCommand or TreeListView.InvalidNodeExceptionCommand property.Name | Description |
---|---|
ErrorText | Gets or sets the error description. |
Exception | Gets a thrown exception. |
ExceptionMode | Gets or sets how to handle an exception. |
IsNewItem | Gets whether the validate operation processes a new data item. |
Item | Gets a record in a data source. |
WindowCaption | Gets or sets the error window’s caption. |
See Also