Class FontCreationException
FontCreationException class
Represents Font creation exception. The exception can be thrown in case errors during font creation process.
public class FontCreationException : FontException
Constructors
| Name | Description |
|---|---|
| FontCreationException() | Initializes new FontCreationException object. |
| FontCreationException(string) | Initializes new FontCreationException object. |
| FontCreationException(SerializationInfo, StreamingContext) | Initializes new FontCreationException object. |
| FontCreationException(string, Exception) | Initializes new FontCreationException object. |
See Also
- class FontException
- namespace Aspose.Font.Exceptions
- assembly Aspose.Font