XmlSerializationReader.CreateUnknownTypeException(XmlQualifiedName) Method

Definition

Creates an InvalidOperationException that indicates that a type is unknown.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

type
XmlQualifiedName

An XmlQualifiedName that represents the name of the unknown type.

Returns

An InvalidOperationException exception.

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Applies to