Compartir a través de


DeploymentFailedException Constructor (String, Exception)

Initializes a new instance of the DeploymentFailedException class.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String 
Dim innerException As Exception 

Dim instance As New DeploymentFailedException(message, _
    innerException)
public DeploymentFailedException(
    string message,
    Exception innerException
)
public:
DeploymentFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
    message : String, 
    innerException : Exception
)

Parámetros

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

Vea también

Referencia

DeploymentFailedException Clase

Sobrecarga de DeploymentFailedException

Espacio de nombres Microsoft.SqlServer.Dac.Deployment