OnConversionFailed

IConversionByPageHandlerOnly.OnConversionFailed method

Registers a callback to be invoked when a page conversion fails.

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

Return Value

Interface to continue conversion building, allowing only OnConversionCompleted or Convert/Compress.

See Also