XmlSerializationReaderCreateBadDerivationException Method |
Populates an object from its XML representation at the current location of
the System.Xml.XmlReader, with an option to read the inner element.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected Exception CreateBadDerivationException(
string xsdDerived,
string nsDerived,
string xsdBase,
string nsBase,
string clrDerived,
string clrBase
)
Parameters
- xsdDerived
- Type: SystemString
The local name of the derived XML Schema data type. - nsDerived
- Type: SystemString
The namespace of the derived XML Schema data type. - xsdBase
- Type: SystemString
The local name of the base XML Schema data type. - nsBase
- Type: SystemString
The namespace of the base XML Schema data type. - clrDerived
- Type: SystemString
The namespace of the derived .NET Framework type. - clrBase
- Type: SystemString
The name of the base .NET Framework type.
Return Value
Type:
ExceptionAn System.InvalidOperationException exception.
See Also