API Reference

Enum

OfficeDocumentProcessorFailureBehavior

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

Controls how a processor pipeline responds to processor failures.

Inheritance

  • Enum
  • OfficeDocumentProcessorFailureBehavior

Usage

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

Accepted by parameters

Values

public const OfficeDocumentProcessorFailureBehavior Throw #

Throw an OfficeDocumentProcessorException immediately.

Value: 0
public const OfficeDocumentProcessorFailureBehavior ContinueWithDiagnostic #

Add a structured diagnostic and continue with the next processor.

Value: 1
public const OfficeDocumentProcessorFailureBehavior StopWithDiagnostic #

Add a structured diagnostic and skip the remaining processors.

Value: 2