Warnings.AddErrors Method (IEnumerable<StagingBatchError>)
Note: This API is now obsolete.
Adds a collection of errors that iterates through 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(
IEnumerable<StagingBatchError> errors
)
public:
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
void AddErrors(
IEnumerable<StagingBatchError^>^ errors
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddErrors :
errors:IEnumerable<StagingBatchError> -> unit
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>
Public Sub AddErrors (
errors As IEnumerable(Of StagingBatchError)
)
Parameters
errors
Type: System.Collections.Generic.IEnumerable<StagingBatchError>A collection of StagingBatchError instances to add.
See Also
AddErrors Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top