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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectUpgradeException Classe
DatabaseProjectUpgradeException, surcharge
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms