Combines the errors in addErrors with those in this collection
Namespace: Asi.iBO.ErrorsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public void Combine( CErrors addErrors ) |
| Visual Basic |
|---|
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