Warnings.AddErrors Method

Include Protected Members
Include Inherited Members

Adds a collection of errors to treat as warnings.

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 AddErrors(IEnumerable<Error>) Adds a collection of errors that iterates through the collection of services errors to treat as warnings.
Public method AddErrors(Collection<Error>) Adds a collection of errors to the collection of services errors to treat as warnings.
Public method AddErrors(IEnumerable<StagingBatchError>) Obsolete. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings.
Public method AddErrors(Collection<StagingBatchError>) Obsolete. Adds a collection of errors to the collection of staging batch errors to treat as warnings.

Top

See Also

Reference

Warnings Class

Microsoft.MasterDataServices.Deployment Namespace