Click or drag to resize

ValidationEventArgsTAddError Method

Adds an error message to the validation result.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddError(
	string format,
	params Object[] args
)

Parameters

format  String
The composite format string for the error message.
args  Object
The arguments used to format the error message.
See Also