共用方式為


DatabaseProjectPropertySetFailedException 建構函式 (String, String, String, Exception)

初始化 DatabaseProjectPropertySetFailedException 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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
)

參數

  • propertyName
    型別:System.String
    無法設定的屬性名稱。

.NET Framework 安全性

請參閱

參考

DatabaseProjectPropertySetFailedException 類別

DatabaseProjectPropertySetFailedException 多載

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間