Partager via


DatabaseProjectPropertySetFailedException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe DatabaseProjectPropertySetFailedException.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • message
    Type : System.String
    Message d'erreur décrivant la raison de l'exception.
  • innerException
    Type : System.Exception
    Exception à l'origine de l'exception actuelle, ou référence null (Nothing en Visual Basic) si aucune exception interne n'est spécifiée.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectPropertySetFailedException Classe

DatabaseProjectPropertySetFailedException, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms