Condividi tramite


Costruttore DeploymentFailedException (String)

Initializes a new instance of the DeploymentFailedException class.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
Dim message As String 

Dim instance As New DeploymentFailedException(message)
public DeploymentFailedException(
    string message
)
public:
DeploymentFailedException(
    String^ message
)
new : 
        message:string -> DeploymentFailedException
public function DeploymentFailedException(
    message : String
)

Parametri

  • message
    Tipo: System.String
    Indicates the reason for the exception.

Vedere anche

Riferimento

DeploymentFailedException Classe

Overload DeploymentFailedException

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment