Click or drag to resize
XmlSerializationReaderCreateMissingIXmlSerializableType Method
Creates an System.InvalidOperationException that indicates that a derived type that is mapped to an XML Schema data type cannot be located.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected Exception CreateMissingIXmlSerializableType(
	string name,
	string ns,
	string clrType
)

Parameters

name
Type: SystemString
The local name of the XML Schema data type that is mapped to the unavailable derived type.
ns
Type: SystemString
The namespace of the XML Schema data type that is mapped to the unavailable derived type.
clrType
Type: SystemString
The full name of the .NET Framework base type for which a derived type cannot be located.

Return Value

Type: Exception
An System.InvalidOperationException exception.
See Also