Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a collection of errors that iterates through the collection of services errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Sub AddErrors ( _
errors As IEnumerable(Of Error) _
)
'Usage
Dim instance As Warnings
Dim errors As IEnumerable(Of Error)
instance.AddErrors(errors)
public void AddErrors(
IEnumerable<Error> errors
)
public:
void AddErrors(
IEnumerable<Error^>^ errors
)
member AddErrors :
errors:IEnumerable<Error> -> unit
public function AddErrors(
errors : IEnumerable<Error>
)
Parameter
- errors
Typ: System.Collections.Generic.IEnumerable<Error>
A collection of Error instances to add.