ExitOnFirstFatalError (NotesXMLProcessor - LotusScript®)

Read-write. Indicates that processing should terminate if any fatal error is encountered.

Note: For COM this property is implemented in NotesDXLExporter and NotesDXLImporter.

Defined in

NotesXMLProcessor

Data type

Boolean

Syntax

To get: flag = notesXMLProcessor .ExitOnFirstFatalError

To set: notesXMLProcessor .ExitOnFirstFatalError = flag

Legal values

  • True (default) indicates terminate processing.
  • False indicates continue processing after a fatal processing error.

Example