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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.