共用方式為


DeploymentStagingException 建構函式 (String, Collection(StagingBatchError))

Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.

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

語法

'宣告
Public Sub New ( _
    message As String, _
    errors As Collection(Of StagingBatchError) _
)
'用途
Dim message As String
Dim errors As Collection(Of StagingBatchError)

Dim instance As New DeploymentStagingException(message, _
    errors)
public DeploymentStagingException(
    string message,
    Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
    String^ message, 
    Collection<StagingBatchError^>^ errors
)
new : 
        message:string * 
        errors:Collection<StagingBatchError> -> DeploymentStagingException
public function DeploymentStagingException(
    message : String, 
    errors : Collection<StagingBatchError>
)

參數