Compartir a través de


DeploymentOperationException Constructor (String)

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
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
)

Parámetros