DocumentationContextBuilder<TContext>.WithXmlDocErrorHandler Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Sets the XML documentation error handler.
public virtual DocumentationContextBuilder<TContext> WithXmlDocErrorHandler(IXmlDocErrorHandler errorHandler)

Parameters

errorHandler IXmlDocErrorHandler
The error handler to use for XML documentation processing.

Returns

DocumentationContextBuilder<TContext>
The current builder instance for method chaining.

Exceptions

ArgumentNullException
Thrown when errorHandler is null.