Compartir a través de


DeploymentStagingException.AddErrors Método

Adds a collection of errors to the exception's collection of staging batch errors.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
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

Comentarios

AddErrors throws a ArgumentNullException if the errors parameter is nulles una referencia NULL (Nothing en Visual Basic)..

Vea también

Referencia

DeploymentStagingException Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment