XmlSerializationWriter.CreateChoiceIdentifierValueException 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 un nom inattendu pour un élément qui adhère à une déclaration d'élément choice
de schéma XML.
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 ^ CreateChoiceIdentifierValueException(System::String ^ value, System::String ^ identifier, System::String ^ name, System::String ^ ns);
protected Exception CreateChoiceIdentifierValueException (string value, string identifier, string name, string ns);
member this.CreateChoiceIdentifierValueException : string * string * string * string -> Exception
Protected Function CreateChoiceIdentifierValueException (value As String, identifier As String, name As String, ns As String) As Exception
Paramètres
- value
- String
Nom qui n'est pas valide.
- identifier
- String
Déclaration d'élément choice
à laquelle le nom appartient.
- name
- String
Nom local attendu d'un élément.
- ns
- String
Espace de noms attendu d'un élément.
Retours
Exception venant d'être créé.
Remarques
Les membres protégés de XmlSerializationWriter sont destinés à être utilisés uniquement par des classes dérivées utilisées en interne dans l’infrastructure de sérialisation XML .NET Framework.