Udostępnij za pośrednictwem


XmlSerializationReader.CreateUnknownTypeException(XmlQualifiedName) Metoda

Definicja

Tworzy obiekt InvalidOperationException wskazujący, że typ jest nieznany.

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

protected:
 Exception ^ CreateUnknownTypeException(System::Xml::XmlQualifiedName ^ type);
protected Exception CreateUnknownTypeException (System.Xml.XmlQualifiedName type);
member this.CreateUnknownTypeException : System.Xml.XmlQualifiedName -> Exception
Protected Function CreateUnknownTypeException (type As XmlQualifiedName) As Exception

Parametry

type
XmlQualifiedName

Element XmlQualifiedName reprezentujący nazwę nieznanego typu.

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