Gets the XML node that caused this System.Xml.Schema.XmlSchemaValidationException.
Documentation for this section has not yet been entered.
When an System.Xml.Schema.XmlSchemaValidationException is thrown during validation of a class that implements the System.Xml.XPath.IXPathNavigable interface such as the System.Xml.XPath.XPathNavigator or System.Xml.XmlNode class, the object returned by the XmlSchemaValidationException.SourceObject property is an instance of a class that implements the System.Xml.XPath.IXPathNavigable interface.
When an System.Xml.Schema.XmlSchemaValidationException is thrown during validation by a validating System.Xml.XmlReader object, the value of the XmlSchemaValidationException.SourceObject property is null.