Método DeploymentStagingException.AddErrors
Adds a collection of errors to the exception's collection of staging batch errors.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Sub AddErrors ( _
errors As Collection(Of StagingBatchError) _
)
'Uso
Dim instance As DeploymentStagingException
Dim errors As Collection(Of StagingBatchError)
instance.AddErrors(errors)
public void AddErrors(
Collection<StagingBatchError> errors
)
public:
void AddErrors(
Collection<StagingBatchError^>^ errors
)
member AddErrors :
errors:Collection<StagingBatchError> -> unit
public function AddErrors(
errors : Collection<StagingBatchError>
)
Parâmetros
- errors
Tipo: System.Collections.ObjectModel.Collection<StagingBatchError>
A collection of StagingBatchError instances to add.
Comentários
AddErrors throws a ArgumentNullException if the errors parameter is nulluma referência nula (Nothing no Visual Basic).