共用方式為


AddError 方法

Adds an error to the exception's collection of operation response errors.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Sub AddError ( _
    error As Error _
)
'用途
Dim instance As DeploymentOperationException
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
)

備註

AddError throws a ArgumentNullException if the error parameter is null Nothing nullptr unit null 參考 (在 Visual Basic 中為 Nothing) .