Warnings.AddErrors Method

 

Adds a collection of errors to treat as warnings.

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

Overload List

Name Description
System_CAPS_pubmethod AddErrors(Collection<Error>)

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

System_CAPS_pubmethod AddErrors(Collection<StagingBatchError>)

Obsolete.Adds a collection of errors to the collection of staging batch errors to treat as warnings.

System_CAPS_pubmethod AddErrors(IEnumerable<Error>)

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

System_CAPS_pubmethod AddErrors(IEnumerable<StagingBatchError>)

Obsolete.Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings.

See Also

Warnings Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top