API Reference

Enum

OneNoteDiagnosticSeverity

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

Severity of a OneNote parsing or writing diagnostic.

Inheritance

  • Enum
  • OneNoteDiagnosticSeverity

Usage

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

Values

public const OneNoteDiagnosticSeverity Information #

Additional format information.

Value: 0
public const OneNoteDiagnosticSeverity Warning #

A recoverable compatibility or fidelity concern.

Value: 1
public const OneNoteDiagnosticSeverity Error #

An error that prevents the requested operation.

Value: 2