GroupDocs.Watermark.Exceptions
The namespace provides different exceptions classes.
Classes
| Class | Description | 
|---|---|
| DetachedImageException | The exception that is thrown when manipulating detached image. | 
| EncryptionIsNotSupportedException | The exception that is thrown when content encryption is not supported. | 
| FontNotFoundException | The exception that is thrown when requested font is not found. | 
| ImageEffectsForTextWatermarkException | The exception that is thrown when OfficeImageEffects is supplied for TextWatermark. | 
| InvalidPasswordException | The exception that is thrown when supplied password is incorrect. | 
| PreviewNotSupportedException | The exception that is thrown when a preview image cannot be generated for the content. | 
| TextEffectsForImageWatermarkException | The exception that is thrown when OfficeTextEffects is supplied for ImageWatermark. | 
| UnexpectedDocumentStructureException | The exception that is thrown when a content cannot be parsed due to unexpected structure. | 
| UnknownLoadOptionsTypeException | The exception that is thrown when a document cannot be loaded with supplied LoadOptions. | 
| UnknownWatermarkOptionsTypeException | The exception that is thrown when a watermark cannot be added with supplied WatermarkOptions. | 
| UnsupportedFileTypeException | The exception that is thrown when a file cannot be loaded. | 
| WatermarkException | Represents base exception in GroupDocs.Watermark product. |