SqlModelBuilderException Class

Represents the thrown exception when a SQL model builder-related failure happens.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlModelBuilderException

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

SqlModelBuilderException Members

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