PeachPDF

PeachPDF

HtmlRenderException Class

Thrown when HTML/CSS parsing, layout, or painting fails while a PdfGenerator method is rendering a document. RenderErrorType identifies which pipeline phase raised it.

public class HtmlRenderException : System.Exception

Inheritance System.ObjectSystem.Exception → HtmlRenderException

Constructors  
HtmlRenderException(string, HtmlRenderErrorType, Exception) Thrown when HTML/CSS parsing, layout, or painting fails while a PdfGenerator method is rendering a document. RenderErrorType identifies which pipeline phase raised it.
Properties  
RenderErrorType The pipeline phase this error occurred in.