Skip to main content
A newer version of this page is available. .
All docs
V22.1

InvalidItemExceptionArgs Constructors

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