Click or drag to resize

Patagames.Pdf.Net.Exceptions Namespace

Contains classes that describe exceptions.
Classes
  ClassDescription
Public classBadFormatException
The exception that is thrown when the PDF file is invalid.
Public classDomException
The exception that is thrown when an element is not present in the DOM.
Public classEntryNotFoundException
The exception that is thrown when the dictionary's entry was not found
Public classFatalErrorException
Represents a fatal runtime error that occurs inside pdfium engine.
Public classFontNotFoundException
The exception that is thrown when the requested font was not found
Public classImageObjectIsEmptyException
The exception that is thrown when the PdfImageObject don't contain PdfBitmap
Public classInvalidFunctionException
The exception that is thrown when the underlying Dictionary / Stream is not in the correct format.
Public classInvalidLicenseKeyException
The exception that is thrown when the key provided to a initialization method is not valid.
Public classInvalidPasswordException
This exception is commonly raised when the password for a PDF file does not match.
Public classLicenseKeyIsExpiredException
The exception that is thrown when the key provided to a initialization method is expired.
Public classLicenseKeyIsOutOfDateException
The exception that is thrown when the key provided to a initialization method is out of date.
Public classMemoryLeakException
The exception that is thrown when the undisposed instance of class was found.
Public classNoLicenseException
The exception that is thrown only in trial mode
Public classNotAvailableException
The exception that is thrown when the element (document, page, forms and etc) is not yet available.
Public classPageNotFoundException
The exception that is thrown when the requested page was not found in PDF document
Public classPdfFileNotFoundException
The exception that is thrown when an attempt to access a file that does not exist on disk fails.
Public classPdfiumException
Represents errors that occur inside Pdfium SDK.
Public classPdfParserException
This exception is commonly raised when a PDF object cannot be parsed.
Public classRequiredDataIsAbsentException
The exception that is thrown when the required data is absent.
Public classTrialExpiredException
You are currently evaluating the library and the trial period is expired.
Public classUnexpectedTypeException
This exception is commonly raised when the annotation cannot be parsed.
Public classUnknownErrorException
Represents a fatal runtime error that occurs inside Pdfium SDK.
Public classUnknownFunctionTypeException
The exception that is thrown when the type of a function cannot be recognized.
Public classUnsupportedImageFormatException
The exception that is thrown when the PDFBitmap can't be converted into .Net GDI+ Image
Public classUnsupportedSecuritySchemeException
Unsupported security scheme exception.