Warnings.AddError Method (StagingBatchError)

 

Note: This API is now obsolete.

Adds an error 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 AddError(
    StagingBatchError error
)
public:
[ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")]
void AddError(
    StagingBatchError^ error
)
[<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>]
member AddError : 
        error:StagingBatchError -> unit
<ObsoleteAttribute("StagingBatchError's are no longer added to the Warnings class")>
Public Sub AddError (
    error As StagingBatchError
)

Parameters

See Also

AddError Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top