XmlSerializationReader::CreateMissingIXmlSerializableType Method (String^, String^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates an InvalidOperationException that indicates that a derived type that is mapped to an XML Schema data type cannot be located.
Assembly: System.Xml (in System.Xml.dll)
protected:
Exception^ CreateMissingIXmlSerializableType(
String^ name,
String^ ns,
String^ clrType
)
Parameters
- name
-
Type:
System::String^
The local name of the XML Schema data type that is mapped to the unavailable derived type.
- ns
-
Type:
System::String^
The namespace of the XML Schema data type that is mapped to the unavailable derived type.
- clrType
-
Type:
System::String^
The full name of the .NET Framework base type for which a derived type cannot be located.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: