Adds a new error to the collection
public Void Add(String Message, String FieldName)
Return Value
Void
Parameters
Message
Message of the error
FieldName
optional field name that it applies to (used for Databinding errors on controls)
Overloads:
public Void Add(ValidationError Error)
public Void Add(String Message, String FieldName, String ID)
public Void Add(String Message)
See also:
Class ValidationErrorCollection© West Wind Technologies, 1996-2018 • Updated: 09/12/03
Comment or report problem with topic