DatabaseProjectPersistenceException Constructor (String)

Initializes a new instance of the DatabaseProjectPersistenceException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New DatabaseProjectPersistenceException(message)
public DatabaseProjectPersistenceException(
    string message
)
public:
DatabaseProjectPersistenceException(
    String^ message
)
new : 
        message:string -> DatabaseProjectPersistenceException
public function DatabaseProjectPersistenceException(
    message : String
)

Parameters

  • message
    Type: System..::..String
    The error message that explains the reason for the exception.

See Also

Reference

DatabaseProjectPersistenceException Class

DatabaseProjectPersistenceException Overload

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace