API Reference

Class

OfficeDocumentDiagnostic

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
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.

Returned or exposed by

Constructors

Properties

public OfficeDocumentDiagnosticSeverity Severity { get; set; } #

Diagnostic severity.

public String Code { get; set; } #

Stable diagnostic code.

public String Message { get; set; } #

Human-readable diagnostic message.

public ReaderLocation Location { get; set; } #

Optional source location for the diagnostic.