Click or drag to resize
XmlSerializationReaderCreateUnknownTypeException Method
Creates an System.InvalidOperationException that indicates that a type is unknown.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected Exception CreateUnknownTypeException(
	XmlQualifiedName type
)

Parameters

type
Type: System.XmlXmlQualifiedName
An System.Xml.XmlQualifiedName that represents the name of the unknown type.

Return Value

Type: Exception
An System.InvalidOperationException exception.
See Also