ConversionByPageFailedException

ConversionByPageFailedException class

Conversion by page failed exception

public class ConversionByPageFailedException : Exception

Constructors

Name Description
ConversionByPageFailedException() Default constructor
ConversionByPageFailedException(ConvertedPageContext, Exception) Creates an exception with a specific message and propagates the inner exception

Properties

Name Description
ConversionContext { get; } Conversion context that caused the conversion to fail
Exception { get; } Exception that caused the conversion to fail

See Also