Table of Contents

Class HtmlConvertException

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

This class represents an exception thrown by the HTML to PDF Converter library.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class HtmlConvertException : Exception, ISerializable
Inheritance
HtmlConvertException
Implements
Inherited Members

Constructors

HtmlConvertException(string)

Constructs an HTML converter exception with the given error message

public HtmlConvertException(string message)

Parameters

message string

The exception message

HtmlConvertException(string, Exception)

Constructs an HTML converter exception with the given error message and the given inner exception object

public HtmlConvertException(string message, Exception innerException)

Parameters

message string

The exception message

innerException Exception

The inner exception that triggered this exception