DeploymentStagingException コンストラクター (String, Collection(StagingBatchError))
指定したエラー メッセージとエラー コレクションを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。
名前空間: 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
この例外に関連付けられたエラー メッセージ。
- errors
型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
この例外に関連付けられた操作結果エラーのコレクション。