Partager via


SqlSchemaModelException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe SqlSchemaModelException.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • innerException
    Type : System.Exception
    Exception ayant provoqué cette exception.

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaModelException Classe

SqlSchemaModelException, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms