OfficeIMO

API Reference

Enum

ReaderWarningBehavior

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

Advertised warning behavior model for reader handlers.

Inheritance

  • Enum
  • ReaderWarningBehavior

Values

public const ReaderWarningBehavior Mixed #

Handler may both emit warning chunks and throw exceptions, depending on scenario.

Value: 0
public const ReaderWarningBehavior WarningChunksOnly #

Handler prefers warning chunks over throwing for recoverable issues.

Value: 1
public const ReaderWarningBehavior ExceptionsOnly #

Handler prefers exception-based signaling for issues.

Value: 2