ModelTranslatorException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe ModelTranslatorException à l'aide de l'exception interne fournie.
Espace de noms : Microsoft.Data.Schema.SchemaModel.Translation
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public ModelTranslatorException(
string message,
Exception innerException
)
public:
ModelTranslatorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ModelTranslatorException
public function ModelTranslatorException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
Message d'erreur.
- innerException
Type : System.Exception
Instance d'exception qui a provoqué l'exception actuelle.
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.
Voir aussi
Référence
ModelTranslatorException Classe
ModelTranslatorException, surcharge
Microsoft.Data.Schema.SchemaModel.Translation, espace de noms