Aspose.Font.Exceptions
The Aspose.Font.Exceptions namespace provides classes describing exceptions used in Aspose.Font.
Classes
| Class | Description |
|---|---|
| EncodingException | Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text. |
| FontAgrumentException | Represents Font argument exception. The exception can be thrown in case improper agrument usages. |
| FontConversionException | Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process. |
| FontCreationException | Represents Font creation exception. The exception can be thrown in case errors during font creation process. |
| FontException | Represents common Font processing related exception. |
| FontMergeException | Represents Font merge exception. The exception may be thrown in case of errors while merging fonts. |
| FontNotSupportedOperationException | Represents not supported operation exception. The exception can be thrown in case some operation is not supported for particular Font type. |
| IncorrectFontDataException | Represents exceptions for cases when some values of Font object are invalid. |
| LicenseRestrictionException | Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode. |
| SvgConversionException | Represents Font conversion exception for SVG format. The exception can be thrown in case of errors during font conversion process. |