Partilhar via


Construtor DatabaseProjectPropertySetFailedException (String)

Inicializa uma nova instância da classe DatabaseProjectPropertySetFailedException.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
public DatabaseProjectPropertySetFailedException(
    string message
)
public:
DatabaseProjectPropertySetFailedException(
    String^ message
)
new : 
        message:string -> DatabaseProjectPropertySetFailedException
public function DatabaseProjectPropertySetFailedException(
    message : String
)

Parâmetros

  • message
    Tipo: System.String
    A mensagem de erro que explica o motivo da exceção.

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectPropertySetFailedException Classe

Sobrecargas DatabaseProjectPropertySetFailedException

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