API Reference

Class

OfficeDocumentDiagnostic

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader.Core
Modifiers sealed

Diagnostic emitted by a document read adapter.

Inheritance

  • Object
  • OfficeDocumentDiagnostic

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public OfficeDocumentDiagnosticSeverity Severity { get; set; } #

Diagnostic severity.

public OfficeDocumentDiagnosticCategory Category { get; set; } #

Stable diagnostic category for host filtering.

public String Code { get; set; } #

Stable diagnostic code.

public String Message { get; set; } #

Human-readable diagnostic message.

public String Source { get; set; } #

Optional component or adapter that emitted the diagnostic.

public Nullable<Boolean> IsRecoverable { get; set; } #

Whether processing can continue without caller intervention, when known.

public ReaderLocation Location { get; set; } #

Optional source location for the diagnostic.

public IReadOnlyDictionary<String, String> Attributes { get; set; } #

Stable machine-readable diagnostic details.