IXmlDocErrorHandler.IncludeFileNotFound Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Reports that the
file attribute of an include element references a file that does not exist.void IncludeFileNotFound(XElement memberElement, string includeFilePath)Parameters
memberElementXElement- The
memberelement containing theincludeelement. includeFilePathstring- The include file path.
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.
