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.
- innerException
Type : System.Exception
Objet Exception imbriqué.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.