AddError 方法

Adds an error to the exception's collection of staging batch errors.

命名空间:  Microsoft.MasterDataServices.Deployment
程序集:  Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)

语法

声明
Public Sub AddError ( _
    error As StagingBatchError _
)
用法
Dim instance As DeploymentStagingException
Dim error As StagingBatchError

instance.AddError(error)
public void AddError(
    StagingBatchError error
)
public:
void AddError(
    StagingBatchError^ error
)
member AddError : 
        error:StagingBatchError -> unit 
public function AddError(
    error : StagingBatchError
)

注释

AddError throws a ArgumentNullException if the error parameter is null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) .