InvalidRowExceptionEventArgs Constructors
Provides data for the GridViewBase.InvalidRowException event.Name | Parameters | Description |
---|---|---|
InvalidRowExceptionEventArgs(GridViewBase, Int32, String, String, Exception, ExceptionMode) | view, rowHandle, errorText, windowCaption, exception, exceptionMode | Initializes a new instance of the InvalidRowExceptionEventArgs class. |
See Also