Compartir a través de


Warnings.AddError Método (Error)

Adds an error to the collection of services errors to treat as warnings.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public Sub AddError ( _
    error As Error _
)
'Uso
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
)

Parámetros

Vea también

Referencia

Warnings Clase

Sobrecarga de AddError

Espacio de nombres Microsoft.MasterDataServices.Deployment