Compartir a través de


DatabaseProjectPropertySetFailedException (Constructor) (String, String, String, Exception)

Inicializa una nueva instancia de la clase DatabaseProjectPropertySetFailedException.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • propertyName
    Tipo: System.String
    Nombre de la propiedad que no se pudo establecer.
  • oldValue
    Tipo: System.String
    Valor que se estaba intentando cambiar.
  • newValue
    Tipo: System.String
    Valor al que se estaba intentando cambiar.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectPropertySetFailedException Clase

DatabaseProjectPropertySetFailedException (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)