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
- errorsToAdd
Type: System.Collections.Generic.IList<DataSchemaError>
The list of errors to add
- category
Type: System.Object
The category
.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.