OptionsOnMultipageError Property |
The action that should be performed when an error is encountered during rendering of multiple pages.
The default value is Action.Ignore which means that rendering exceptions will be ignored. Only load exceptions will be rethrown.
If the value Action.ErrorOnLoad is used, any exception raised at any point during import will be immediately be rethrown.
If the value Action.ErrorOnRender is used, an attempt will be made to render the whole document, keeping track of any errors. If an error is encountered during load then this will be rethrown. If errors are encountered duging page rendering, these will be collected and rethrown in the form of an AggregateException.
Namespace: WebSupergoo.WordGlue4