API Reference

Class

HtmlRtfConversionLimitException

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

Thrown when HTML/RTF conversion input exceeds a configured safety or resource limit.

Inheritance

  • InvalidOperationException
  • HtmlRtfConversionLimitException

Constructors

public HtmlRtfConversionLimitException(String code, String message, String source, Int64 actual, Int64 limit, String detail = null) #

Creates a conversion limit exception.

Parameters

code System.String requiredposition: 0
Stable diagnostic code associated with the limit.
message System.String requiredposition: 1
Human-readable message.
source System.String requiredposition: 2
Configured limit or resource source that was exceeded.
actual System.Int64 requiredposition: 3
Observed value.
limit System.Int64 requiredposition: 4
Configured limit.
detail System.String = null optionalposition: 5
Optional formatted detail.

Properties

public String Code { get; } #

Stable diagnostic code associated with the limit.

public String LimitSource { get; } #

Configured limit or resource source that was exceeded.

public Int64 Actual { get; } #

Observed value.

public Int64 Limit { get; } #

Configured limit.

public String Detail { get; } #

Optional formatted detail.