共用方式為


DeploymentOperationException 建構函式 (String)

Initializes a new instance of the DeploymentOperationException class with the specified error message.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
'用途
Dim message As String

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

參數