次の方法で共有


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

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

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

構文

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

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

パラメーター

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

関連項目

参照

DeploymentOperationException クラス

DeploymentOperationException オーバーロード

Microsoft.MasterDataServices.Deployment 名前空間