XmlSerializationReader.CreateUnknownTypeException(XmlQualifiedName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.