DatabaseProjectPropertySetFailedException, constructeur (SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe DatabaseProjectPropertySetFailedException.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected DatabaseProjectPropertySetFailedException(
SerializationInfo info,
StreamingContext context
)
protected:
DatabaseProjectPropertySetFailedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> DatabaseProjectPropertySetFailedException
protected function DatabaseProjectPropertySetFailedException(
info : SerializationInfo,
context : StreamingContext
)
Paramètres
- info
Type : System.Runtime.Serialization.SerializationInfo
SerializationInfo qui contient les données d'objet sérialisées concernant l'exception levée.
- context
Type : System.Runtime.Serialization.StreamingContext
StreamingContext qui contient des informations contextuelles relatives à la source ou à la destination.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectPropertySetFailedException Classe
DatabaseProjectPropertySetFailedException, surcharge
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms