次の方法で共有


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

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

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

構文

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

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

パラメーター