Udostępnij za pośrednictwem


XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException Metoda

Definicja

Tworzy obiekt InvalidOperationException wskazujący błąd podczas zapisywania tablicy, w której jest stosowana deklaracja 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 ^ CreateInvalidChoiceIdentifierValueException(System::String ^ type, System::String ^ identifier);
protected Exception CreateInvalidChoiceIdentifierValueException (string type, string identifier);
member this.CreateInvalidChoiceIdentifierValueException : string * string -> Exception
Protected Function CreateInvalidChoiceIdentifierValueException (type As String, identifier As String) As Exception

Parametry

type
String

Typ, który jest serializowany.

identifier
String

Nazwa deklaracji choice 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