XmlDocErrorHandler.IncludeMemberNotFoundError Property
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the delegate for handling unresolved include member path errors.
public Action<XElement> IncludeMemberNotFoundError { get; set; }Property Value
- Action<XElement>
- The delegate that handles unresolved include member path errors, or
nullif no handler is set.

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