XPathMessageFilter.OnReadXml(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the current XML node.
protected:
virtual void OnReadXml(System::Xml::XmlReader ^ reader);
protected virtual void OnReadXml (System.Xml.XmlReader reader);
abstract member OnReadXml : System.Xml.XmlReader -> unit
override this.OnReadXml : System.Xml.XmlReader -> unit
Protected Overridable Sub OnReadXml (reader As XmlReader)
Parameters
Exceptions
reader
is null
.
reader
is not positioned on the starting element.
-or-
reader
encountered an empty element.
Content of a node is invalid.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.