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

NameDescription
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