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


Метод DeploymentOperationException.AddErrors

Adds a collection of errors to the exception's collection of operation response errors.

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

Синтаксис

'Декларация
Public Sub AddErrors ( _
    errors As Collection(Of Error) _
)
'Применение
Dim instance As DeploymentOperationException 
Dim errors As Collection(Of Error)

instance.AddErrors(errors)
public void AddErrors(
    Collection<Error> errors
)
public:
void AddErrors(
    Collection<Error^>^ errors
)
member AddErrors : 
        errors:Collection<Error> -> unit
public function AddErrors(
    errors : Collection<Error>
)

Параметры

Замечания

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

См. также

Справочник

DeploymentOperationException Класс

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