Udostępnij za pośrednictwem


XmlSerializationReader.CreateBadDerivationException Metoda

Definicja

Wypełnia obiekt z jego reprezentacji XML w bieżącej XmlReaderlokalizacji obiektu , z opcją odczytu elementu wewnętrznego.

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

protected:
 Exception ^ CreateBadDerivationException(System::String ^ xsdDerived, System::String ^ nsDerived, System::String ^ xsdBase, System::String ^ nsBase, System::String ^ clrDerived, System::String ^ clrBase);
protected Exception CreateBadDerivationException (string? xsdDerived, string? nsDerived, string? xsdBase, string? nsBase, string? clrDerived, string? clrBase);
protected Exception CreateBadDerivationException (string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase);
member this.CreateBadDerivationException : string * string * string * string * string * string -> Exception
Protected Function CreateBadDerivationException (xsdDerived As String, nsDerived As String, xsdBase As String, nsBase As String, clrDerived As String, clrBase As String) As Exception

Parametry

xsdDerived
String

Lokalna nazwa pochodnego typu danych schematu XML.

nsDerived
String

Przestrzeń nazw pochodnego typu danych schematu XML.

xsdBase
String

Lokalna nazwa podstawowego typu danych schematu XML.

nsBase
String

Przestrzeń nazw podstawowego typu danych Schemat XML.

clrDerived
String

Przestrzeń nazw pochodnego typu .NET Framework.

clrBase
String

Nazwa podstawowego typu .NET Framework.

Zwraca

Exception

Wyjątek InvalidOperationException .

Uwagi

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

Dotyczy