Class HtmlPdfException
- Namespace
- NetPdf
- Assembly
- NetPdf.dll
Thrown when conversion fails or, in strict mode, when an unsupported feature is encountered. Carries the diagnostic code that triggered the failure.
public sealed class HtmlPdfException : Exception, ISerializable
- Inheritance
-
HtmlPdfException
- Implements
- Inherited Members
Constructors
HtmlPdfException(string, string)
public HtmlPdfException(string code, string message)
Parameters
HtmlPdfException(string, string, Exception)
public HtmlPdfException(string code, string message, Exception innerException)
Parameters
Properties
Code
public string Code { get; }