Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- otherErrorManager
Type: Microsoft.Data.Schema.ErrorManager
An ErrorManager object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.