次の方法で共有


DeploymentException コンストラクター (String, Exception)

指定したエラー メッセージと内部例外を使用して、DeploymentException クラスの新しいインスタンスを初期化します。

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

構文

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

Dim instance As New DeploymentException(message, _
    innerException)
public DeploymentException(
    string message,
    Exception innerException
)
public:
DeploymentException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentException
public function DeploymentException(
    message : String, 
    innerException : Exception
)

パラメーター

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

関連項目

参照

DeploymentException クラス

DeploymentException オーバーロード

Microsoft.MasterDataServices.Deployment 名前空間