Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an error to the collection of services errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void AddError(
Error error
)
public:
void AddError(
Error^ error
)
member AddError :
error:Error -> unit
Public Sub AddError (
error As Error
)
Parameters
error
Type: Microsoft.MasterDataServices.Services.DataContracts.ErrorThe Error instance to add.
See Also
AddError Overload
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top