XmlDocErrorHandler.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 IXmlDocErrorHandler.IncludeFileNotFound(XElement memberElement, string includeFilePath)

Parameters

memberElement XElement
The member element containing the include element.
includeFilePath string
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.