Class HtmlConverterException
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Represents the errors that occur during HTML to PDF conversion.
public class HtmlConverterException : Exception, ISerializable
- Inheritance
-
HtmlConverterException
- Implements
- Inherited Members
Constructors
- HtmlConverterException()
Initializes a new instance of the HtmlConverterException class.
- HtmlConverterException(string)
Initializes a new instance of the HtmlConverterException class with a specific error message.
- HtmlConverterException(string, Exception)
Initializes a new instance of the HtmlConverterException class with a specific error message and a reference to the inner exception that is the cause of this exception.