System.Xml.Serialization.XmlSerializationReader.UnknownElement Method

Raises an XmlSerializer.UnknownElement event for the current position of the System.Xml.XmlReader.

Syntax

protected void UnknownElement (object o, System.Xml.XmlElement elem, string qnames)

Parameters

o
An object that the System.Xml.Serialization.XmlSerializer is attempting to deserialize, subsequently accessible through the XmlAttributeEventArgs.ObjectBeingDeserialized property.
elem
The System.Xml.XmlElement for which an event is raised.
qnames
A comma-delimited list of XML qualified names.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0