10 private string qnames;
12 private int lineNumber;
14 private int linePosition;
51 this.lineNumber = lineNumber;
52 this.linePosition = linePosition;
XmlAttribute Attr
Gets an object that represents the unknown XML attribute.
object ObjectBeingDeserialized
Gets the object being deserialized.
Represents an attribute. Valid and default values for the attribute are defined in a document type de...
Represents the base class for classes that contain event data, and provides a value to use for events...
string ExpectedAttributes
Gets a comma-delimited list of XML attribute names expected to be in an XML document instance.
int LineNumber
Gets the line number of the unknown XML attribute.
int LinePosition
Gets the position in the line of the unknown XML attribute.
Provides data for the E:System.Xml.Serialization.XmlSerializer.UnknownAttribute event.