SqlSchemaModelException-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der SqlSchemaModelException-Klasse.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected SqlSchemaModelException(
SerializationInfo info,
StreamingContext context
)
protected:
SqlSchemaModelException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SqlSchemaModelException
protected function SqlSchemaModelException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- context
Typ: System.Runtime.Serialization.StreamingContext
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
SqlSchemaModelException Klasse