Udostępnij za pośrednictwem


XmlSerializationWriter.CreateChoiceIdentifierValueException Metoda

Definicja

Tworzy element InvalidOperationException wskazujący nieoczekiwaną nazwę elementu zgodnego z deklaracją elementu schematu choice XML.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

value
String

Nieprawidłowa nazwa.

identifier
String

Deklaracja choice elementu, do którego należy nazwa.

name
String

Oczekiwana nazwa lokalna elementu.

ns
String

Oczekiwana przestrzeń nazw elementu.

Zwraca

Exception

Nowo utworzony wyjątek.

Uwagi

Chronione składowe XmlSerializationWriter programu są przeznaczone do użytku tylko przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML .NET Framework.

Dotyczy