DatabaseProjectPropertySetFailedException – konstruktor (String, String, String, Exception)
Inicializuje novou instanci DatabaseProjectPropertySetFailedException Třída
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
)
Parametry
- propertyName
Typ: System.String
Název vlastnosti nelze nastavit.
- oldValue
Typ: System.String
Hodnota, ze které pokusila změnit.
- newValue
Typ: System.String
Hodnoty, které pokusila změnit.
- innerException
Typ: System.Exception
Původní výjimce, nebo hodnotu null.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabaseProjectPropertySetFailedException Třída
DatabaseProjectPropertySetFailedException – přetížení
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů