Partager via


DatabaseProjectUpgradeException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe DatabaseProjectUpgradeException.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DatabaseProjectUpgradeException(
    string message,
    Exception innerException
)
public:
DatabaseProjectUpgradeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DatabaseProjectUpgradeException
public function DatabaseProjectUpgradeException(
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    Type : System.String
    Message d'erreur décrivant la raison de l'exception.
  • innerException
    Type : System.Exception
    Exception à l'origine de l'exception actuelle, ou référence null (nothing en Visual Basic) si aucune exception interne n'est spécifiée.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectUpgradeException Classe

DatabaseProjectUpgradeException, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms