Método AddErrors (Collection(Error))
Adds a collection of errors to the collection of Error objects to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Sub AddErrors ( _
errors As Collection(Of Error) _
)
'Uso
Dim instance As Warnings
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< (Of < ( <'Error> ) > ) >
A collection of instances to add.
Consulte também