Metodo AddError (Error)
Adds an error to the collection of Error objects to treat as warnings.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public Sub AddError ( _
error As Error _
)
'Utilizzo
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
)
Parametri
- error
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Error
The instance to add.
Vedere anche