AddError 方法 (Error)
Adds an error to the collection of Error objects to treat as warnings.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Sub AddError ( _
error As Error _
)
'用途
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
)
參數
- error
型別:Microsoft.MasterDataServices.Services.DataContracts. . :: . .Error
The instance to add.