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