Combines the errors in addErrors with those in this collection

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

Syntax

C#
public void Combine(
	CErrors addErrors
)
Visual Basic (Declaration)
Public Sub Combine ( _
	addErrors As CErrors _
)
Visual C++
public:
void Combine(
	CErrors^ addErrors
)

Parameters

addErrors
Type: Asi.iBO.Errors..::.CErrors
The errors to be added to this existing collection

Remarks

Clears the errors in the addErrors collection after the combine is done

See Also