Click or drag to resize
ValidationErrorCollectionInsertItem Method

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
protected override void InsertItem(
	int index,
	ValidationError item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Kjs.AppLife.Update.Engine.Core.DesignValidationError
The object to insert. The value can be null for reference types.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.-or-index is greater than Count.
ArgumentNullExceptionitem is .
See Also