Partager via


DataSchemaException, constructeur (String, Exception)

Crée une instance de la classe DataSchemaException à partir du message et de l'exception interne fournis.

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

Syntaxe

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

Paramètres

  • message
    Type : System.String
    Chaîne qui indique la raison de l'exception.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaException Classe

DataSchemaException, surcharge

Microsoft.Data.Schema, espace de noms