Partager via


ModelInstantiationException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe ModelInstantiationException.

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 ModelInstantiationException(
    string message,
    Exception innerException
)
public:
ModelInstantiationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelInstantiationException
public function ModelInstantiationException(
    message : String, 
    innerException : Exception
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ModelInstantiationException Classe

ModelInstantiationException, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms