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>
)
매개 변수
- message
유형: System. . :: . .String
The error message associated with this exception.
- errors
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
The collection of operation result errors associated with this exception.