ErrorManager.MergeWith Method

Copies the errors from another ErrorManager object.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub MergeWith ( _
    otherErrorManager As ErrorManager _
)
public void MergeWith(
    ErrorManager otherErrorManager
)
public:
void MergeWith(
    ErrorManager^ otherErrorManager
)
member MergeWith : 
        otherErrorManager:ErrorManager -> unit 
public function MergeWith(
    otherErrorManager : ErrorManager
)

Parameters

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace