Condividi tramite


Costruttore DatabaseProjectPropertySetFailedException (String, Exception)

Inizializza una nuova istanza della classe DatabaseProjectPropertySetFailedException.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

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

Parametri

  • message
    Tipo: System.String
    Messaggio di errore che spiega il motivo dell'eccezione.
  • innerException
    Tipo: System.Exception
    Eccezione che ha causato l'eccezione corrente oppure riferimento Null (Nothing in Visual Basic) se non è specificata un'eccezione interna.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseProjectPropertySetFailedException Classe

Overload DatabaseProjectPropertySetFailedException

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project