Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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