次の方法で共有


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>
)

パラメーター