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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DatabaseProjectUpgradeException Classe
Overload DatabaseProjectUpgradeException
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project