ErrorManager.Add Method (IList<DataSchemaError>, Object)

Adds the list of DataSchemaError to be displayed to the Error List window.

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

Syntax

'Declaration
Public Sub Add ( _
    errorsToAdd As IList(Of DataSchemaError), _
    category As Object _
)
'Usage
Dim instance As ErrorManager
Dim errorsToAdd As IList(Of DataSchemaError)
Dim category As Object

instance.Add(errorsToAdd, category)
public void Add(
    IList<DataSchemaError> errorsToAdd,
    Object category
)
public:
void Add(
    IList<DataSchemaError^>^ errorsToAdd, 
    Object^ category
)
public function Add(
    errorsToAdd : IList<DataSchemaError>, 
    category : Object
)
member Add : 
        errorsToAdd:IList<DataSchemaError> * 
        category:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Add Overload

Microsoft.Data.Schema.Common Namespace