DatabaseProjectPropertySetFailedException, constructeur (String, String, String, Exception)
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 ( _
propertyName As String, _
oldValue As String, _
newValue As String, _
innerException As Exception _
)
public DatabaseProjectPropertySetFailedException(
string propertyName,
string oldValue,
string newValue,
Exception innerException
)
public:
DatabaseProjectPropertySetFailedException(
String^ propertyName,
String^ oldValue,
String^ newValue,
Exception^ innerException
)
new :
propertyName:string *
oldValue:string *
newValue:string *
innerException:Exception -> DatabaseProjectPropertySetFailedException
public function DatabaseProjectPropertySetFailedException(
propertyName : String,
oldValue : String,
newValue : String,
innerException : Exception
)
Paramètres
- propertyName
Type : System.String
Nom de la propriété qui n'a pas pu être définie.
- oldValue
Type : System.String
Valeur que la tentative doit modifier.
- newValue
Type : System.String
Valeur attendue après la tentative de modification.
- innerException
Type : System.Exception
Exception d'origine ou null.
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