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 命名空间