XmlDocErrorHandler.IncludeFileNotFoundError Property
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the delegate for handling missing include file errors.
public Action<XElement, string> IncludeFileNotFoundError { get; set; }Property Value
- Action<XElement, string>
- A delegate that handles missing include file errors, or
nullif no handler is set.

memberelement containing theincludeelement and a string representing the include file path. If the delegate does not throw an exception, the error is ignored by the XML documentation processor.