Share via


ErrorManager.Add Method

Include Protected Members
Include Inherited Members

Adds one or more DataSchemaError objects to the Error List window of Visual Studio.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(DataSchemaError, Object) Adds the provided DataSchemaError object to the Error List window of Visual Studio by using the specified category.
Public method Add(IList<DataSchemaError>, Object) Adds a collection of DataSchemaError objects to the Error List window of Visual Studio in the specified category.
Public method Add(DataSchemaError, Object, Boolean)
Public method Add(IList<DataSchemaError>, Object, Boolean)

Top

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace