Partager via


SqlSchemaModelException, constructeur (SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe SqlSchemaModelException.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaModelException Classe

SqlSchemaModelException, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms