次の方法で共有


DeploymentStagingException コンストラクター (String)

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

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

構文

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

Dim instance As New DeploymentStagingException(message)
public DeploymentStagingException(
    string message
)
public:
DeploymentStagingException(
    String^ message
)
new : 
        message:string -> DeploymentStagingException
public function DeploymentStagingException(
    message : String
)

パラメーター