ErrorManager.Add Method (DataSchemaError, Object)

Adds the 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 ( _
    errorToAdd As DataSchemaError, _
    category As Object _
)
'Usage
Dim instance As ErrorManager
Dim errorToAdd As DataSchemaError
Dim category As Object

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

Parameters

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Add Overload

Microsoft.Data.Schema.Common Namespace