共用方式為


DatabaseProjectPersistenceException 建構函式 (String, Exception)

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

命名空間:  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 DatabaseProjectPersistenceException(
    string message,
    Exception innerException
)
public:
DatabaseProjectPersistenceException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DatabaseProjectPersistenceException
public function DatabaseProjectPersistenceException(
    message : String, 
    innerException : Exception
)

參數

  • innerException
    型別:System.Exception
    導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考 (在 Visual Basic 中為 Nothing)。

.NET Framework 安全性

請參閱

參考

DatabaseProjectPersistenceException 類別

DatabaseProjectPersistenceException 多載

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