Click or drag to resize
ValidationErrorCollectionAddError Method
Adds a new ValidationError to the collection with the specified error text.

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
public ValidationError AddError(
	string errorText
)

Parameters

errorText
Type: SystemString
Text to use for the ValidationError.

Return Value

Type: ValidationError
The new ValidationError.
See Also