OnConversionFailed

IConversionHandlersStage.OnConversionFailed method

Registers a callback to be invoked when a document conversion fails. Re-invoking replaces any previously set handler.

public IConversionHandlersStage OnConversionFailed(Action<ConvertedContext, Exception> onFailed)
Parameter Type Description
onFailed Action`2 An action to handle the failure, receiving the conversion context and the exception that caused the failure.

Return Value

This stage, so additional handlers or Convert / Compress may be chained.

See Also