Compartir a través de


DeploymentException Constructor (String)

Initializes a new instance of the DeploymentException 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 DeploymentException(message)
public DeploymentException(
    string message
)
public:
DeploymentException(
    String^ message
)
new : 
        message:string -> DeploymentException
public function DeploymentException(
    message : String
)

Parámetros