Condividi tramite


Costruttore SqlModelBuilderException (String, Exception)

Inizializza una nuova istanza della classe SqlModelBuilderException.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlModelBuilderException Classe

Overload SqlModelBuilderException

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel