XmlDocErrorHandler.IXmlDocErrorHandler.IncludeMemberNotFound Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Reports that the
path attribute of an include element references an XPath that cannot be resolved.void IXmlDocErrorHandler.IncludeMemberNotFound(XElement memberElement)Parameters
memberElementXElement- The
memberelement containing theincludeelement.
Remarks
It is the responsibility of the implementation to decide how to handle this error. If the implementation does not throw an exception, the error is ignored by the XML documentation processor.
