Partager via


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.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectPropertySetFailedException Classe

DatabaseProjectPropertySetFailedException, surcharge

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