API Reference

Class

OneNoteDiagnostic

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

A structured diagnostic emitted while reading or writing OneNote data.

Inheritance

  • Object
  • OneNoteDiagnostic

Usage

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

Constructors

Properties

public String Code { get; set; } #

Stable diagnostic identifier.

public OneNoteDiagnosticSeverity Severity { get; set; } #

Diagnostic severity.

public String Message { get; set; } #

Human-readable diagnostic message.

public Nullable<Int64> Offset { get; set; } #

Optional zero-based byte offset associated with the diagnostic.

public String SourcePath { get; set; } #

Optional source path associated with the diagnostic.