共用方式為


DatabaseProjectUpgradeException 建構函式 (String, Exception)

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

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

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DatabaseProjectUpgradeException(
    string message,
    Exception innerException
)
public:
DatabaseProjectUpgradeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DatabaseProjectUpgradeException
public function DatabaseProjectUpgradeException(
    message : String, 
    innerException : Exception
)

參數

  • message
    型別:System.String
    解釋例外狀況原因的錯誤訊息。
  • innerException
    型別:System.Exception
    導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考 (在 Visual Basic 中為 nothing)。

.NET Framework 安全性

請參閱

參考

DatabaseProjectUpgradeException 類別

DatabaseProjectUpgradeException 多載

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