XmlDocProvider.ErrorHandler Property

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets or sets the error handler for the documentation content provider.
public IXmlDocErrorHandler ErrorHandler { get; set; }

Property Value

IXmlDocErrorHandler
The error handler for the documentation content provider, or null for default behavior.

Remarks

The default error handling behavior is to ignore any errors that occur while resolving inheritdoc or include elements, except for missing included files, which throw a FileNotFoundException.