Share via


Warnings.AddErrors Method

Include Protected Members
Include Inherited Members

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

Top