Table of Contents

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

code string
message string

HtmlPdfException(string, string, Exception)

public HtmlPdfException(string code, string message, Exception innerException)

Parameters

code string
message string
innerException Exception

Properties

Code

public string Code { get; }

Property Value

string