DatabaseProjectPropertySetFailedException – konstruktor (SerializationInfo, StreamingContext)
Inicializuje novou instanci DatabaseProjectPropertySetFailedException Třída
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
)
Parametry
- info
Typ: System.Runtime.Serialization.SerializationInfo
SerializationInfo Obsahující data serializovaný objekt o výjimku, která je vyvolána.
- context
Typ: System.Runtime.Serialization.StreamingContext
StreamingContext , Která obsahuje kontextové informace o zdroj nebo cíl.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabaseProjectPropertySetFailedException Třída
DatabaseProjectPropertySetFailedException – přetížení
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů