SqlSchemaModelException Class

Represents the SQL data schema model exception.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SqlSchemaModelException _
    Inherits DataSchemaModelException
'Usage
Dim instance As SqlSchemaModelException
[SerializableAttribute]
public class SqlSchemaModelException : DataSchemaModelException
[SerializableAttribute]
public ref class SqlSchemaModelException : public DataSchemaModelException
public class SqlSchemaModelException extends DataSchemaModelException
[<SerializableAttribute>]
type SqlSchemaModelException =  
    class
        inherit DataSchemaModelException
    end

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.Data.Schema.SchemaModel.DataSchemaModelException
        Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSchemaModelException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SqlSchemaModelException Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace