Share via


SqlSchemaModelException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the SqlSchemaModelException class.

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
)

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaModelException Class

SqlSchemaModelException Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace