Поделиться через


Метод DeploymentStagingException.AddErrors

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

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Sub AddErrors ( _
    errors As Collection(Of StagingBatchError) _
)
'Применение
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>
)

Параметры

Замечания

AddErrors throws a ArgumentNullException if the errors parameter is nullпустая ссылка (Nothing в Visual Basic).

См. также

Справочник

DeploymentStagingException Класс

Пространство имен Microsoft.MasterDataServices.Deployment