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.
Adds a collection of errors to the exception's collection of staging batch errors.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void AddErrors(
Collection<StagingBatchError> errors
)
public:
void AddErrors(
Collection<StagingBatchError^>^ errors
)
member AddErrors :
errors:Collection<StagingBatchError> -> unit
Public Sub AddErrors (
errors As Collection(Of StagingBatchError)
)
Parameters
errors
Type: System.Collections.ObjectModel.Collection<StagingBatchError>A collection of StagingBatchError instances to add.
Remarks
AddErrors throws a ArgumentNullException if the errors parameter is null.
See Also
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top