Warnings.AddErrors Method (Collection<StagingBatchError>)
Note: This API is now obsolete.
Adds a collection of errors to the collection of staging batch errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
public void AddErrors(
Collection<StagingBatchError> errors
)
public:
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
void AddErrors(
Collection<StagingBatchError^>^ errors
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddErrors :
errors:Collection<StagingBatchError> -> unit
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>
Public Sub AddErrors (
errors As Collection(Of StagingBatchError)
)
Parameters
errors
Type: System.Collections.ObjectModel.Collection<StagingBatchError>A collection of StagingBatchError instances to add.
See Also
AddErrors Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top