XmlDocErrorHandler.InheritDocNotFoundError Property
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the delegate for handling unresolved
inheritdoc element errors.public Action<XElement> InheritDocNotFoundError { get; set; }Property Value
- Action<XElement>
- A delegate that handles unresolved
inheritdocelement errors, ornullif no handler is set.

memberelement containing the unresolvedinheritdocelement. If the delegate does not throw an exception, the error is ignored by the XML documentation processor.