Partager via


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

  • innerException
    Type : System.Exception
    Instance d'exception qui a provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

ModelTranslatorException Classe

ModelTranslatorException, surcharge

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