Share via


DeploymentStagingException Constructor (String)

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

Parámetros