Freigeben über


DatabaseProjectPropertySetFailedException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der DatabaseProjectPropertySetFailedException-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 DatabaseProjectPropertySetFailedException(
    string message,
    Exception innerException
)
public:
DatabaseProjectPropertySetFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DatabaseProjectPropertySetFailedException
public function DatabaseProjectPropertySetFailedException(
    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 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

DatabaseProjectPropertySetFailedException Klasse

DatabaseProjectPropertySetFailedException-Überladung

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