Skip to main content
All docs
V25.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