Construtor DatabaseProjectPropertySetFailedException (String, String, String, Exception)
Inicializa uma nova instância da classe DatabaseProjectPropertySetFailedException.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
O nome da propriedade que não puderam ser definida.
- oldValue
Tipo: System.String
O valor a partir do qual ele tentou alterar.
- newValue
Tipo: System.String
O valor ao qual ele tentou alterar.
- innerException
Tipo: System.Exception
A exceção original, ou null.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DatabaseProjectPropertySetFailedException Classe
Sobrecargas DatabaseProjectPropertySetFailedException
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project