XmlSerializationReader.CreateBadDerivationException Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Populates an object from its XML representation at the current location of the XmlReader, with an option to read the inner element.
Namespace: System.Xml.Serialization
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Syntax
'Declaration
Protected Function CreateBadDerivationException ( _
xsdDerived As String, _
nsDerived As String, _
xsdBase As String, _
nsBase As String, _
clrDerived As String, _
clrBase As String _
) As Exception
protected Exception CreateBadDerivationException(
string xsdDerived,
string nsDerived,
string xsdBase,
string nsBase,
string clrDerived,
string clrBase
)
Parameters
- xsdDerived
Type: System.String
The local name of the derived XML Schema data type.
- nsDerived
Type: System.String
The namespace of the derived XML Schema data type.
- xsdBase
Type: System.String
The local name of the base XML Schema data type.
- nsBase
Type: System.String
The namespace of the base XML Schema data type.
- clrDerived
Type: System.String
The namespace of the derived Silverlight type.
- clrBase
Type: System.String
The name of the base Silverlight type.
Return Value
Type: System.Exception
An InvalidOperationException exception.
Remarks
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the Silverlight XML serialization infrastructure.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.