Sdílet prostřednictvím


SqlSchemaModelException – konstruktor (String, Exception)

Inicializuje novou instanci SqlSchemaModelException Třída

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public SqlSchemaModelException(
    string message,
    Exception innerException
)
public:
SqlSchemaModelException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SqlSchemaModelException
public function SqlSchemaModelException(
    message : String, 
    innerException : Exception
)

Parametry

  • innerException
    Typ: System.Exception
    Výjimka, která způsobila tuto výjimku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaModelException Třída

SqlSchemaModelException – přetížení

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů