Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
error
Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchErrorThe StagingBatchError instance to add.
See Also
AddError Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top