XmlSerializationReader.CreateAbstractTypeException(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un InvalidOperationException qui indique qu'un objet qui est désérialisé doit être abstrait.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
protected:
Exception ^ CreateAbstractTypeException(System::String ^ name, System::String ^ ns);
protected Exception CreateAbstractTypeException (string name, string? ns);
protected Exception CreateAbstractTypeException (string name, string ns);
member this.CreateAbstractTypeException : string * string -> Exception
Protected Function CreateAbstractTypeException (name As String, ns As String) As Exception
Paramètres
- name
- String
Nom du type abstrait.
- ns
- String
Espace de noms .NET Framework du type abstrait.
Retours
Exception InvalidOperationException.
Remarques
Les membres protégés ne XmlSerializationReader sont destinés qu’à être utilisés par des classes dérivées utilisées en interne dans l’infrastructure de sérialisation XML .NET Framework.