ValidationErrorCollection.Add

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:


See also:

Class ValidationErrorCollection

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic