Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an error 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 AddError(
StagingBatchError error
)
public:
void AddError(
StagingBatchError^ error
)
member AddError :
error:StagingBatchError -> unit
Public Sub AddError (
error As StagingBatchError
)
Parameters
error
Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchErrorThe StagingBatchError instance to add.
Remarks
AddError throws a ArgumentNullException if the error parameter is null.
See Also
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top