Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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>
)
Параметры
- errors
Тип: System.Collections.ObjectModel.Collection<StagingBatchError>
A collection of StagingBatchError instances to add.
Замечания
AddErrors throws a ArgumentNullException if the errors parameter is nullпустая ссылка (Nothing в Visual Basic).