Compartilhar via


Construtor DeploymentStagingException (String)

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

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

Sintaxe

'Declaração
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

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

Consulte também

Referência

DeploymentStagingException Classe

Sobrecarregado DeploymentStagingException

Namespace Microsoft.MasterDataServices.Deployment