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 | |
---|---|---|
![]() |
Add(DataSchemaError, Object) | Adds the provided DataSchemaError object to the Error List window of Visual Studio by using the specified category. |
![]() |
Add(IList<DataSchemaError>, Object) | Adds a collection of DataSchemaError objects to the Error List window of Visual Studio in the specified category. |
![]() |
Add(DataSchemaError, Object, Boolean) | |
![]() |
Add(IList<DataSchemaError>, Object, Boolean) |
Top