Adds a collection of errors that iterates through the collection of services errors to treat as warnings.
Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void AddErrors(
    IEnumerable<Error> errors
)
public:
void AddErrors(
    IEnumerable<Error^>^ errors
)
member AddErrors : 
        errors:IEnumerable<Error> -> unit
Public Sub AddErrors (
    errors As IEnumerable(Of Error)
)
Parameters
- errors 
 Type: System.Collections.Generic.IEnumerable<Error>- A collection of Error instances to add. 
See Also
AddErrors Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top