Skip to main content
All docs
V23.2

InvalidRowExceptionArgs Constructors

Contains data for the command bound to the GridViewBase.InvalidRowExceptionCommand property.
Name Parameters Description
InvalidRowExceptionArgs(Object, Boolean, Int32, Exception, String, String, ExceptionMode) item, isNewItem, sourceIndex, exception, errorText, windowCaption, exceptionMode Initializes a new instance of the InvalidRowExceptionArgs class with specified settings.
See Also