API Reference

Enum

OfficeDocumentDiagnosticSeverity

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity values for document read diagnostics.

Inheritance

  • Enum
  • OfficeDocumentDiagnosticSeverity

Usage

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

Values

public const OfficeDocumentDiagnosticSeverity Information #

Informational diagnostic.

Value: 0
public const OfficeDocumentDiagnosticSeverity Warning #

Recoverable warning.

Value: 1
public const OfficeDocumentDiagnosticSeverity Error #

Error diagnostic for failed or incomplete document reading.

Value: 2