Warnings.AddErrors Method (Collection<Error>)

Adds a collection of errors to the collection of services errors to treat as warnings.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Sub AddErrors ( _
    errors As Collection(Of Error) _
)
'Usage
Dim instance As Warnings 
Dim errors As Collection(Of Error)

instance.AddErrors(errors)
public void AddErrors(
    Collection<Error> errors
)
public:
void AddErrors(
    Collection<Error^>^ errors
)
member AddErrors : 
        errors:Collection<Error> -> unit
public function AddErrors(
    errors : Collection<Error>
)

Parameters

See Also

Reference

Warnings Class

AddErrors Overload

Microsoft.MasterDataServices.Deployment Namespace