Condividi tramite


Costruttore DatabaseProjectUpgradeException (String, Exception)

Inizializza una nuova istanza della classe DatabaseProjectUpgradeException.

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 DatabaseProjectUpgradeException(
    string message,
    Exception innerException
)
public:
DatabaseProjectUpgradeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DatabaseProjectUpgradeException
public function DatabaseProjectUpgradeException(
    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 un riferimento null (nothing in Visual Basic) se non è specificata un'eccezione interna.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseProjectUpgradeException Classe

Overload DatabaseProjectUpgradeException

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