Condividi tramite


Metodo AddErrors

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Sub AddErrors ( _
    errors As Collection(Of StagingBatchError) _
)
'Utilizzo
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>
)

Parametri

Osservazioni

AddErrors throws a ArgumentNullException if the errors parameter is null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .