groupdocs.viewer.exceptions
The namespace provides different exceptions classes.
Classes
Class | Description |
---|---|
GroupDocsViewerException | Represents the generic errors that occur during document processing. |
IncorrectPasswordException | The exception that is thrown when specified password is incorrect. |
InvalidFontFormatException | The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is a font of supported (known) format, but actually is a font of unexpected and/or unsupported format or not a font at all. |
InvalidImageFormatException | The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is an image (raster or vector), but actually is an image of unexpected and/or unsupported format or not an image at all. |
PasswordRequiredException | The exception that is thrown when password is required to load the document. |