Condividi tramite


Costruttore DeploymentOperationException (String)

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

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

Parametri