Metodo AddErrors
Adds a collection of errors to the exception's collection of operation response errors.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public Sub AddErrors ( _
errors As Collection(Of Error) _
)
'Utilizzo
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>
)
Parametri
- errors
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
The collection of Error instances to add.
Osservazioni
AddErrors throws a ArgumentNullException if the errors parameter is null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .
Vedere anche