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