DeploymentOperationException.AddErrors Método
Adds a collection of errors to the exception's collection of operation response 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 Error) _
)
'Uso
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>
)
Parámetros
- errors
Tipo: System.Collections.ObjectModel.Collection<Error>
The collection of Error instances to add.
Comentarios
AddErrors throws a ArgumentNullException if the errors parameter is nulles una referencia NULL (Nothing en Visual Basic)..