Partager via


DataSchemaModelException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe DataSchemaModelException.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataSchemaModelException(
    string message,
    Exception innerException
)
public:
DataSchemaModelException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataSchemaModelException
public function DataSchemaModelException(
    message : String, 
    innerException : Exception
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModelException Classe

DataSchemaModelException, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms