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 to the exception's collection of operation response errors.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void AddErrors(
Collection<Error> errors
)
public:
void AddErrors(
Collection<Error^>^ errors
)
member AddErrors :
errors:Collection<Error> -> unit
Public Sub AddErrors (
errors As Collection(Of Error)
)
Parameters
errors
Type: System.Collections.ObjectModel.Collection<Error>The collection of Error instances to add.
Remarks
AddErrors throws a ArgumentNullException if the errors parameter is null.
See Also
DeploymentOperationException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top