ValidationEventArgsTAddError Method |
Adds an error message to the validation result.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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