Freigeben über


SqlModelBuilderException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SqlModelBuilderException-Klasse.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlModelBuilderException Klasse

SqlModelBuilderException-Überladung

Microsoft.Data.Schema.Sql.SchemaModel-Namespace