Compartir a través de


DeploymentFailedException (Constructor) (String, Exception)

Inicializa una nueva instancia de la clase DeploymentFailedException.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
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

Seguridad de .NET Framework

Vea también

Referencia

DeploymentFailedException Clase

DeploymentFailedException (Sobrecarga)

Microsoft.Data.Schema.Build (Espacio de nombres)