次の方法で共有


DeploymentStagingException コンストラクター (String, Exception, Collection<StagingBatchError>)

指定したエラー メッセージ、内部例外、およびエラー コレクションを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices.Deployment
アセンブリ:  Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    errors As Collection(Of StagingBatchError) _
)
'使用
Dim message As String 
Dim innerException As Exception 
Dim errors As Collection(Of StagingBatchError)

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

パラメーター

  • message
    型: System.String
    例外に関連付けられたエラー メッセージ。
  • innerException
    型: System.Exception
    例外の原因になった内部例外への参照。

関連項目

参照

DeploymentStagingException クラス

DeploymentStagingException オーバーロード

Microsoft.MasterDataServices.Deployment 名前空間