Partilhar via


Construtor SqlModelBuilderException (String, Exception)

Inicializa uma nova instância da classe SqlModelBuilderException.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public SqlModelBuilderException(
    string message,
    Exception innerException
)
public:
SqlModelBuilderException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SqlModelBuilderException
public function SqlModelBuilderException(
    message : String, 
    innerException : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SqlModelBuilderException Classe

Sobrecargas SqlModelBuilderException

Namespace Microsoft.Data.Schema.Sql.SchemaModel