PdfException Class

Represents errors that can occur while loading and converting a PDF file. This is the base class for all library specific exceptions.

public class PdfException : Exception

Constructors

PdfException(String)Creates a new instance of a PdfException.
PdfException(String, Exception)Creates a new instance of a PdfException.

See Also

PdfToSvg Namespace