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