API Reference

Class

HtmlConversionException

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base InvalidOperationException
Implements
ISerializable
Modifiers sealed

Thrown when an HTML conversion cannot satisfy its requested semantic contract.

Inheritance

  • InvalidOperationException
  • HtmlConversionException

Constructors

public HtmlConversionException(IEnumerable<HtmlDiagnostic> diagnostics) #

Creates an exception from structured conversion diagnostics.

Parameters

diagnostics System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlDiagnostic} requiredposition: 0

Properties

public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #

Diagnostics that caused the conversion to fail.