Freigeben über


DeploymentOperationException-Konstruktor (String)

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
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
)

Parameter

  • message
    Typ: System.String
    The error message associated with the exception.

Siehe auch

Verweis

DeploymentOperationException Klasse

DeploymentOperationException-Überladung

Microsoft.MasterDataServices.Deployment-Namespace