10 private string qnames;
12 private int lineNumber;
14 private int linePosition;
51 this.lineNumber = lineNumber;
52 this.linePosition = linePosition;
object ObjectBeingDeserialized
Gets the object the T:System.Xml.Serialization.XmlSerializer is deserializing.
int LinePosition
Gets the place in the line where the unknown element occurs if the XML reader is an T:System....
XmlElement Element
Gets the object that represents the unknown XML element.
Represents the base class for classes that contain event data, and provides a value to use for events...
int LineNumber
Gets the line number where the unknown element was encountered if the XML reader is an T:System....
Provides data for the E:System.Xml.Serialization.XmlSerializer.UnknownElement event.
string ExpectedElements
Gets a comma-delimited list of XML element names expected to be in an XML document instance.