DatabaseProjectPropertySetFailedException, constructeur (String)
Initialise une nouvelle instance de la classe DatabaseProjectPropertySetFailedException.
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 _
)
public DatabaseProjectPropertySetFailedException(
string message
)
public:
DatabaseProjectPropertySetFailedException(
String^ message
)
new :
message:string -> DatabaseProjectPropertySetFailedException
public function DatabaseProjectPropertySetFailedException(
message : String
)
Paramètres
- message
Type : System.String
Message d'erreur décrivant la raison de l'exception.
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
DatabaseProjectPropertySetFailedException Classe
DatabaseProjectPropertySetFailedException, surcharge
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms