Partager via


DeploymentFailedException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe DeploymentFailedException.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • message
    Type : System.String
    Indique la raison de l'exception.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentFailedException Classe

DeploymentFailedException, surcharge

Microsoft.Data.Schema.Build, espace de noms