Freigeben über


DatabaseProjectUpgradeException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der DatabaseProjectUpgradeException-Klasse.

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

Syntax

'Declaration
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
)

Parameter

  • message
    Typ: System.String
    Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
  • innerException
    Typ: System.Exception
    Die Ausnahme, die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis (nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectUpgradeException Klasse

DatabaseProjectUpgradeException-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace