Freigeben über


DatabaseProjectPropertySetFailedException-Konstruktor (String, String, String, Exception)

Initialisiert eine neue Instanz der DatabaseProjectPropertySetFailedException-Klasse.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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
)

Parameter

  • propertyName
    Typ: System.String
    Der Name der Eigenschaft, die nicht festlegt werden konnte.
  • oldValue
    Typ: System.String
    Der Wert, der zu ändern versucht wurde.
  • newValue
    Typ: System.String
    Der Wert, in den zu ändern versucht wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectPropertySetFailedException Klasse

DatabaseProjectPropertySetFailedException-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace