Méthode AddError (Error)
Adds an error to the collection of Error objects to treat as warnings.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Sub AddError ( _
error As Error _
)
'Utilisation
Dim instance As Warnings
Dim error As Error
instance.AddError(error)
public void AddError(
Error error
)
public:
void AddError(
Error^ error
)
member AddError :
error:Error -> unit
public function AddError(
error : Error
)
Paramètres
- error
Type : Microsoft.MasterDataServices.Services.DataContracts. . :: . .Error
The instance to add.
Voir aussi