Combines the errors in addErrors with those in this collection

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public void Combine(
	CErrors addErrors,
	bool clearAdd
)
Visual Basic
Public Sub Combine ( _
	addErrors As CErrors, _
	clearAdd As Boolean _
)
Visual C++
public:
void Combine(
	CErrors^ addErrors, 
	bool clearAdd
)

Parameters

addErrors
Type: Asi.iBO.Errors..::..CErrors
The errors to be added to this existing collection
clearAdd
Type: System..::..Boolean
Indeicates whether or not to clear the errors from the object specified in adErrors

See Also