Partilhar via


Construtor DatabaseProjectPropertySetFailedException (String, Exception)

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, _
    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
)

Parâmetros

  • message
    Tipo: System.String
    A mensagem de erro que explica o motivo da exceção.
  • innerException
    Tipo: System.Exception
    A exceção que é a causa da exceção atual ou uma referência nula (Nothing em Visual Basic) se nenhuma exceção interna é especificada.

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectPropertySetFailedException Classe

Sobrecargas DatabaseProjectPropertySetFailedException

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