Costruttore DatabaseProjectPropertySetFailedException (String, String, String, Exception)
Inizializza una nuova istanza della classe DatabaseProjectPropertySetFailedException.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- propertyName
Tipo: System.String
Nome della proprietà che non è stato possibile impostare.
- oldValue
Tipo: System.String
Valore che si è tentato di modificare.
- newValue
Tipo: System.String
Valore che si è tentato di impostare con la modifica.
- innerException
Tipo: System.Exception
Eccezione originale oppure Null.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DatabaseProjectPropertySetFailedException Classe
Overload DatabaseProjectPropertySetFailedException
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project